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
  • Loading branch information
deivid-rodriguez committed Oct 28, 2020
2 parents b5833c6 + aa00729 commit c92a93b
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 @@ -35,4 +35,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 c92a93b

Please sign in to comment.