Merge pull request #5877 from betagouv/update-byebug

gems: use a zeitwerk-compatible version of byebug
This commit is contained in:
Pierre de La Morinerie 2021-02-04 11:28:32 +01:00 committed by GitHub
commit a953de7150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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