Replace debugger to Byebug for ruby 2.1.2 or higher

This commit is contained in:
manson 2014-08-20 16:32:05 +08:00
parent 6851051af5
commit 7aeb81c532
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ group :development do
gem 'rb-fchange', :require=>false
gem 'rb-fsevent', :require=>false
gem 'rb-inotify', :require=>false
gem 'debugger', '>= 1.6.6'
gem 'byebug'
gem "binding_of_caller"
end