mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue