1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Have sections for both Ruby 1.8.7 and 1.9.2 for the debugger since they use different gems

This commit is contained in:
David Heinemeier Hansson 2010-09-01 17:38:39 -05:00
parent 4e67bf26aa
commit 278bc76ba6

View file

@ -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'