Skip to content

Commit

Permalink
update ruby version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dfl committed Jan 24, 2025
1 parent ecc4e16 commit 9416af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swe4r.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['README.rdoc']
s.files = Dir.glob('lib/**/*.{rb}') + Dir.glob('ext/**/*.{rb,h,c}')
s.extensions = ['ext/swe4r/extconf.rb']
s.required_ruby_version = '>= 2.0'
s.required_ruby_version = '>= 2.6'

s.add_development_dependency 'minitest', '~> 5.16'
s.add_development_dependency 'minitest-reporters', '~> 1.6'
Expand Down

0 comments on commit 9416af6

Please sign in to comment.