Bumping very outdated versions of pry and byebug

This commit is contained in:
Rob Harrington
2017-10-06 08:23:08 +11:00
committed by Rob H
parent 1fe10b4b25
commit bca409bfe4
2 changed files with 13 additions and 16 deletions

View File

@@ -126,7 +126,8 @@ group :test do
end
group :development do
gem 'pry-byebug'
gem 'byebug', '~> 9.0.0' # 9.1 requires ruby 2.2
gem 'pry-byebug', '>= 3.4.3'
gem 'debugger-linecache'
gem 'guard'
gem 'guard-livereload'