Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Bump rake version to 12.0 on gemspec template. Because rake-10.0 is E…
Browse files Browse the repository at this point in the history
…OL now.
  • Loading branch information
hsbt committed Jan 24, 2019
1 parent e66e6f2 commit fd327ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/templates/newgem/newgem.gemspec.tt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
<%- end -%>

spec.add_development_dependency "bundler", "~> <%= config[:bundler_version] %>"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 12.0"
<%- if config[:ext] -%>
spec.add_development_dependency "rake-compiler"
<%- end -%>
Expand Down

0 comments on commit fd327ce

Please sign in to comment.