Sha256: 5a7022208754181b7385c455463d8523cbafaf85165e87bd60dd1be5fc6c0db4
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } <% if options[:skip_gemspec] -%> <%= "# " if rails_prerelease? -%>gem "rails", "<%= Array(rails_version_specifier).join("', '") %>" <% else -%> # Specify your gem's dependencies in <%= name %>.gemspec. gemspec <% end -%> <% unless options[:skip_active_record] -%> group :development do gem "<%= gem_for_database[0] %>" end <% end -%> <% if rails_prerelease? -%> # Your gem is dependent on a prerelease version of Rails. Once you can lock this # dependency down to a specific version, move it to your gemspec. <% gemfile_entries.each do |gemfile_entry| -%> <%= gemfile_entry %> <% end -%> <% end -%> <% if RUBY_ENGINE == "ruby" -%> # Start debugger with binding.b -- Read more: https://github.com/ruby/debug # gem "debug", ">= 1.0.0", group: %i[ development test ] <% end -%> <% if RUBY_PLATFORM.match(/bccwin|cygwin|emx|mingw|mswin|wince|java/) -%> gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby] <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
railties-7.0.0 | lib/rails/generators/rails/plugin/templates/Gemfile.tt |