mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
the default gems couldn't use ruby2_keywords gem.
We avoid to use the current delegate library under the Ruby 2.7.
This commit is contained in:
parent
cbb9935fc4
commit
7f3efee102
@ -24,6 +24,5 @@ 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_runtime_dependency 'ruby2_keywords'
|
||||
spec.required_ruby_version = '>= 2.7'
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user