Skip to content

Commit

Permalink
Explicitly declare support for Ruby >= 2.0.0
Browse files Browse the repository at this point in the history
This can be used to clarify support, as well as in the future to drop
support for rubies, if so desired.
  • Loading branch information
ivoanjo authored and nobu committed Feb 10, 2021
1 parent 64aad91 commit 6974495
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby2_keywords.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.files = [
"lib/ruby2_keywords.rb",
]
s.required_ruby_version = '>= 2.0.0'
s.add_development_dependency 'test-unit', '>= 2.2'
s.add_development_dependency 'rake'
end

0 comments on commit 6974495

Please sign in to comment.