Switch to pry-byebug so everybody gets the benefit.

This commit is contained in:
Jordon Bedwell 2016-01-20 13:30:49 -06:00
parent f1ac1f2125
commit ec0eff3315
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ group :development do
gem "pry" gem "pry"
unless RUBY_ENGINE == "jruby" unless RUBY_ENGINE == "jruby"
gem "byebug" gem "pry-byebug"
end end
end end