spec: byebug columize gem depedency test

Change-Id: I0c1b025e5a56041accdbdbdb7e3f0240f7977f0d
Reviewed-on: https://gerrit.instructure.com/36796
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: Bryan Madsen <bryan@instructure.com>
QA-Review: Bryan Madsen <bryan@instructure.com>
Tested-by: Shawn Meredith <shawn@instructure.com>
This commit is contained in:
Shawn Meredith 2014-06-24 12:10:57 -06:00
parent 5827d24a7b
commit 2e870768f6
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ group :development do
# Set this option in your dev environment to disable.
unless ENV['DISABLE_RUBY_DEBUGGING']
gem 'byebug', '3.1.2', :platforms => [:ruby_20, :ruby_21]
gem 'columnize', '0.8.9', :platforms => [:ruby_20, :ruby_21]
gem 'debugger', '1.6.6', :platforms => :ruby_19
end
end