mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added ruby2_keywords for Ruby 2.5 and 2.6
This commit is contained in:
parent
331f0bc1cb
commit
bb5747e18a
1 changed files with 2 additions and 0 deletions
|
@ -40,4 +40,6 @@ Gem::Specification.new do |spec|
|
|||
spec.bindir = "exe"
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_dependency "ruby2_keywords"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue