diff --git a/Gemfile b/Gemfile index c8090be..8b5deec 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'rspec' gem 'rspec-wait' -gem 'pry' +gem 'pry-byebug' diff --git a/Gemfile.lock b/Gemfile.lock index 75b649b..63ee778 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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