Use pry-byebug instead of pry for more functionality

This commit is contained in:
Eric Freese 2017-02-28 11:12:23 -07:00
parent cb93366d0e
commit ce362248fa
2 changed files with 6 additions and 2 deletions

View file

@ -2,4 +2,4 @@ source 'https://rubygems.org'
gem 'rspec'
gem 'rspec-wait'
gem 'pry'
gem 'pry-byebug'

View file

@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
byebug (9.0.5)
coderay (1.1.1)
diff-lcs (1.3)
method_source (0.8.2)
@ -8,6 +9,9 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
byebug (~> 9.0)
pry (~> 0.10)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
@ -29,7 +33,7 @@ PLATFORMS
ruby
DEPENDENCIES
pry
pry-byebug
rspec
rspec-wait