Sha256: fd409db4a1a2fcb0b52473e8c1739fe7ec5b0b2f5dc6efa866b2656ddace7066

Contents?: true

Size: 1014 Bytes

Versions: 29

Compression:

Stored size: 1014 Bytes

Contents

source "https://rubygems.org"

<% if options[:skip_gemspec] -%>
<%= '# ' if options.dev? || options.edge? -%>gem "rails", "~> <%= Rails::VERSION::STRING %>"
<% else -%>
# Declare your gem's dependencies in <%= name %>.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec
<% end -%>

<% if options[:skip_gemspec] -%>
group :development do
  gem "<%= gem_for_database %>"
end
<% else -%>
# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.
<% end -%>

<% if options.dev? || options.edge? -%>
# Your gem is dependent on dev or edge Rails. Once you can lock this
# dependency down to a specific version, move it to your gemspec.
<%= rails_gemfile_entry -%>

<% end -%>
# To use debugger
# gem 'debugger'

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
railties-4.0.13 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.13.rc1 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.11.1 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.12 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.11 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.10 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.10.rc2 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.10.rc1 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.9 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.8 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.7 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.6 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.6.rc3 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.6.rc2 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.6.rc1 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.5 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.4 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.4.rc1 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.3 lib/rails/generators/rails/plugin_new/templates/Gemfile
railties-4.0.2 lib/rails/generators/rails/plugin_new/templates/Gemfile