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 aefa11b commit 7221d6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion railties/lib/rails/generators/rails/app/templates/Gemfile
Original file line number Diff line number Diff line change
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 7221d6a

Please sign in to comment.