Skip to content

Commit

Permalink
Use pry-byebug instead of pry for more functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfreese committed Mar 3, 2017
1 parent cb93366 commit ce36224
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gem 'rspec'
gem 'rspec-wait'
gem 'pry'
gem 'pry-byebug'
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
byebug (9.0.5)
coderay (1.1.1)
diff-lcs (1.3)
method_source (0.8.2)
pry (0.10.4)
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)
Expand All @@ -29,7 +33,7 @@ PLATFORMS
ruby

DEPENDENCIES
pry
pry-byebug
rspec
rspec-wait

Expand Down

0 comments on commit ce36224

Please sign in to comment.