mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
gem ruby-debug19 for console error if ruby-debug19 not found
This commit is contained in:
parent
8eb3596617
commit
357837288f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module Rails
|
|||
require 'ruby-debug'
|
||||
puts "=> Debugger enabled"
|
||||
rescue Exception
|
||||
puts "You need to install ruby-debug to run the console in debugging mode. With gems, use 'gem install ruby-debug'"
|
||||
puts "You need to install ruby-debug19 to run the console in debugging mode. With gems, use 'gem install ruby-debug19'"
|
||||
exit
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue