gems: use a zeitwerk-compatible version of byebug

It seems byebug is not compatible with the zeitwerk autoloader, but
byebug-pry is.
This commit is contained in:
Pierre de La Morinerie 2021-02-02 15:17:18 +01:00 committed by Pierre de La Morinerie (Rebase PR Action)
parent 0d99f32c93
commit 705cb2e657
2 changed files with 1 additions and 3 deletions

View file

@ -115,10 +115,9 @@ end
group :development, :test do
gem 'axe-matchers' # accessibility rspec matchers
gem 'byebug' # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'graphql-schema_comparator'
gem 'mina', git: 'https://github.com/mina-deploy/mina.git', require: false # Deploy
gem 'pry-byebug'
gem 'pry-byebug' # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'rspec_junit_formatter', require: false
gem 'rspec-rails'
gem 'ruby-debug-ide', require: false

View file

@ -802,7 +802,6 @@ DEPENDENCIES
bcrypt
brakeman
browser
byebug
capybara
capybara-email
capybara-screenshot