Skip to content

Commit

Permalink
Require Ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed May 10, 2022
1 parent 43f50fb commit 6a4c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marcel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.2'
spec.required_ruby_version = '>= 2.3'

spec.add_development_dependency 'minitest', '~> 5.11'
spec.add_development_dependency 'bundler', '>= 1.7'
Expand Down

0 comments on commit 6a4c24a

Please sign in to comment.