Skip to content

Commit

Permalink
Merge pull request #4034 from rubygems/improve_bundle_gem_gemspec_deps
Browse files Browse the repository at this point in the history
Add commented out example and more information link to generated gemspec

(cherry picked from commit c92a93b)
  • Loading branch information
deivid-rodriguez committed Dec 7, 2020
1 parent 0392a28 commit 4f45463
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bundler/lib/bundler/templates/newgem/newgem.gemspec.tt
Expand Up @@ -33,4 +33,10 @@ Gem::Specification.new do |spec|
<%- if config[:ext] -%>
spec.extensions = ["ext/<%= config[:underscored_name] %>/extconf.rb"]
<%- end -%>

# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"

# For more information and examples about making a new gem, checkout our
# guide at: https://bundler.io/guides/creating_gem.html
end

0 comments on commit 4f45463

Please sign in to comment.