Skip to content

Commit

Permalink
Dont need to spell out the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 2, 2010
1 parent 278bc76 commit af03462
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions railties/lib/rails/generators/rails/app/templates/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ gem '<%= gem_for_database %>'<% if require_for_database %>, :require => '<%= req
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger w/ Ruby 1.8.7+
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
# To use debugger w/ Ruby 1.9.2+
# gem 'ruby-debug19'
# gem 'linecache19'
# Bundle the extra gems:
# gem 'bj'
Expand Down

0 comments on commit af03462

Please sign in to comment.