1
0
Fork 0
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:
Hiroshi SHIBATA 2020-06-09 22:47:29 +09:00
parent cbb9935fc4
commit 7f3efee102
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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