update byebug

Change-Id: I556531bc8a959586161768a1fa8723b171bbedce
Reviewed-on: https://gerrit.instructure.com/36753
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Nick Cloward <ncloward@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2014-06-23 15:05:10 -06:00
parent f19389f8a9
commit 3ab3603c0f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ group :development do
# The ruby debug gems conflict with the IDE-based debugger gem.
# Set this option in your dev environment to disable.
unless ENV['DISABLE_RUBY_DEBUGGING']
gem 'byebug', '2.4.1', :platforms => [:ruby_20, :ruby_21]
gem 'byebug', '3.1.2', :platforms => [:ruby_20, :ruby_21]
gem 'debugger', '1.6.6', :platforms => :ruby_19
end
end