pry and byebug are not mutually exclusive, use them both

This commit is contained in:
Jérémy Lecour 2019-08-20 13:03:38 +02:00 committed by Jérémy Lecour
parent d15ee5b300
commit 003e0b3fb7
2 changed files with 9 additions and 2 deletions

View File

@ -58,8 +58,8 @@ group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
# gem 'binding_of_caller' # gem 'binding_of_caller'
# gem 'pry-byebug' gem 'pry-byebug'
# gem 'pry-rails' gem 'pry-rails'
gem "factory_bot_rails", '~> 5.0' gem "factory_bot_rails", '~> 5.0'
end end

View File

@ -212,6 +212,11 @@ GEM
pry (0.12.2) pry (0.12.2)
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.9.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) public_suffix (3.1.1)
puma (4.1.0) puma (4.1.0)
nio4r (~> 2.0) nio4r (~> 2.0)
@ -385,6 +390,8 @@ DEPENDENCIES
naught naught
octicons octicons
open4 open4
pry-byebug
pry-rails
puma (~> 4.0) puma (~> 4.0)
pundit (~> 1.1) pundit (~> 1.1)
rack-contrib rack-contrib