1
0
Fork 0
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:
Wojciech Wnętrzak 2011-02-12 13:31:14 +01:00 committed by Santiago Pastorino
parent 33cc36678b
commit 22e14ea573

View file

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