diff options
author | David RodrÃguez <[email protected]> | 2019-06-26 16:37:19 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-08-03 09:29:56 +0900 |
commit | e405aede09c090c7356bd2986793e0328f498e04 (patch) | |
tree | 1113f9ce88214d7fa4d2b7efd4bbce5fb9e4d6c2 /lib | |
parent | ed37de1c8201a00eeb40468543313f078469e6af (diff) |
[bundler/bundler] Not sure how much this buys us, remove it
https://github.com/bundler/bundler/commit/f8584fb864
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/templates/newgem/newgem.gemspec.tt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/templates/newgem/newgem.gemspec.tt b/lib/bundler/templates/newgem/newgem.gemspec.tt index 0aa2a61784..9bb3d0ff50 100644 --- a/lib/bundler/templates/newgem/newgem.gemspec.tt +++ b/lib/bundler/templates/newgem/newgem.gemspec.tt @@ -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 |