diff --git a/Gemfile b/Gemfile index 8f7b9ff..51a0e51 100644 --- a/Gemfile +++ b/Gemfile @@ -58,8 +58,8 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] # gem 'binding_of_caller' - # gem 'pry-byebug' - # gem 'pry-rails' + gem 'pry-byebug' + gem 'pry-rails' gem "factory_bot_rails", '~> 5.0' end diff --git a/Gemfile.lock b/Gemfile.lock index e0d248b..2e1fe65 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -212,6 +212,11 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) + pry-byebug (3.7.0) + byebug (~> 11.0) + pry (~> 0.10) + pry-rails (0.3.9) + pry (>= 0.10.4) public_suffix (3.1.1) puma (4.1.0) nio4r (~> 2.0) @@ -385,6 +390,8 @@ DEPENDENCIES naught octicons open4 + pry-byebug + pry-rails puma (~> 4.0) pundit (~> 1.1) rack-contrib