mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
added proper require for ruby-debug19 gem to generated Gemfile
[#6419 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
parent
33cc36678b
commit
22e14ea573
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ source 'http://rubygems.org'
|
|||
|
||||
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
|
||||
# gem 'ruby-debug'
|
||||
# gem 'ruby-debug19'
|
||||
# gem 'ruby-debug19', :require => 'ruby-debug'
|
||||
|
||||
# Bundle the extra gems:
|
||||
# gem 'bj'
|
||||
|
|
Loading…
Reference in a new issue