1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/readline-ext] Removed the duplicated dependencies

https://github.com/ruby/readline-ext/commit/324d324427
This commit is contained in:
Hiroshi SHIBATA 2022-03-25 20:12:43 +09:00 committed by git
parent 033d979640
commit 7ee26740e4

View file

@ -19,8 +19,4 @@ 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_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rake-compiler"
end