railties/lib/rails/generators/rails/plugin/templates/Gemfile.tt

Summary

Maintainability
Test Coverage
source "https://rubygems.org"
<% unless options[:skip_gemspec] -%>

# Specify your gem's dependencies in <%= name %>.gemspec.
gemspec
<% end -%>
<% gemfile_entries.each do |gemfile_entry| %>
<%= gemfile_entry %>
<% end -%>
<% if RUBY_ENGINE == "ruby" -%>

# Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0"
<% end -%>
<% if RUBY_PLATFORM.match?(/mingw|mswin|java/) -%>

gem "tzinfo-data", platforms: %i[ <%= bundler_windows_platforms %> jruby ]
<% end -%>