Skip to content

Commit 968c4c7

Browse files
committed
Correct Ruby version spec
1 parent 29236b1 commit 968c4c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Gem::Specification.new do |s|
1212
s.homepage = 'https://github.com/codidact/cfc'
1313
s.files = Dir['{lib}/**/*', 'LICENSE', 'README.md']
1414
s.require_paths = ['lib']
15-
s.required_ruby_version = '3.2'
15+
s.required_ruby_version = '>=3.2'
1616
s.metadata['rubygems_mfa_required'] = 'true'
1717
end

0 commit comments

Comments
 (0)