Skip to content

Commit

Permalink
Have sections for both Ruby 1.8.7 and 1.9.2 for the debugger since th…
Browse files Browse the repository at this point in the history
…ey use different gems
  • Loading branch information
dhh committed Sep 1, 2010
1 parent 4e67bf2 commit 278bc76
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion railties/lib/rails/generators/rails/app/templates/Gemfile
Expand Up @@ -23,9 +23,13 @@ gem '<%= gem_for_database %>'<% if require_for_database %>, :require => '<%= req
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# To use debugger w/ Ruby 1.8.7+
# gem 'ruby-debug'
# To use debugger w/ Ruby 1.9.2+
# gem 'ruby-debug19'
# gem 'linecache19'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
Expand Down

0 comments on commit 278bc76

Please sign in to comment.