aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin_new/templates/Gemfile
blob: c28e56871137b999e2c74bb793b84879d8a35d9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source "http://rubygems.org"

<%= rails_gemfile_entry -%>

<% if full? -%>
<%= database_gemfile_entry -%>
<% end -%>

<% if mountable? -%>
<%= gem_for_javascript -%>
<% end -%>

if RUBY_VERSION < '1.9'
  gem "ruby-debug", ">= 0.10.3"
end