Skip to content

Commit 6974495

Browse files
ivoanjonobu
authored andcommitted
Explicitly declare support for Ruby >= 2.0.0
This can be used to clarify support, as well as in the future to drop support for rubies, if so desired.
1 parent 64aad91 commit 6974495

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruby2_keywords.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Gem::Specification.new do |s|
1919
s.files = [
2020
"lib/ruby2_keywords.rb",
2121
]
22+
s.required_ruby_version = '>= 2.0.0'
2223
s.add_development_dependency 'test-unit', '>= 2.2'
2324
s.add_development_dependency 'rake'
2425
end

0 commit comments

Comments
 (0)