mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04: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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user