Skip to content

Commit

Permalink
Allow ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Aug 2, 2024
1 parent b2b7b56 commit ead2c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxi-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |spec|

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
spec.required_ruby_version = '>= 3.0'
spec.required_ruby_version = '>= 2.7'

spec.files = Dir['lib/**/*.rb', 'ext/**/*.{rs,rb}', '**/Cargo.*', 'LICENSE.txt', 'README.md']
spec.bindir = 'exe'
Expand Down

0 comments on commit ead2c35

Please sign in to comment.