Merge pull request #5877 from betagouv/update-byebug
gems: use a zeitwerk-compatible version of byebug
This commit is contained in:
commit
a953de7150
2 changed files with 1 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -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
|
||||
|
|
|
@ -802,7 +802,6 @@ DEPENDENCIES
|
|||
bcrypt
|
||||
brakeman
|
||||
browser
|
||||
byebug
|
||||
capybara
|
||||
capybara-email
|
||||
capybara-screenshot
|
||||
|
|
Loading…
Add table
Reference in a new issue