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

[bundler/bundler] Not sure how much this buys us, remove it

https://github.com/bundler/bundler/commit/f8584fb864
This commit is contained in:
David Rodríguez 2019-06-26 16:37:19 +02:00 committed by Hiroshi SHIBATA
parent ed37de1c82
commit e405aede09
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -31,6 +31,4 @@ Gem::Specification.new do |spec|
<%- if config[:ext] -%>
spec.extensions = ["ext/<%= config[:underscored_name] %>/extconf.rb"]
<%- end -%>
spec.add_development_dependency "bundler", "~> <%= config[:bundler_version] %>"
end