Skip to content

Commit

Permalink
Swap byebug for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Aug 16, 2024
1 parent bae8364 commit 045583f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ config/settings/*.local.yml
config/environments/*.local.yml
.env
/coverage
/.byebug_history

/app/assets/builds/*
!/app/assets/builds/.keep

/node_modules
spec/examples.txt
spec/examples.txt
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ group :development do
end

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mswin mswin64 mingw x64_mingw ], require: "debug/prelude"

gem 'capybara', '>= 3.26'
gem 'factory_bot_rails'
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ GEM
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
byebug (11.1.3)
cancancan (3.6.1)
capistrano (3.19.0)
airbrussh (>= 1.0.0)
Expand Down Expand Up @@ -128,6 +127,9 @@ GEM
cssbundling-rails (1.4.0)
railties (>= 6.0.0)
date (3.3.4)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
deep_merge (1.2.2)
diff-lcs (1.5.1)
dlss-capistrano (5.1.1)
Expand Down Expand Up @@ -403,14 +405,14 @@ PLATFORMS

DEPENDENCIES
bootsnap (>= 1.1.0)
byebug
cancancan
capistrano
capistrano-passenger
capistrano-rails
capybara (>= 3.26)
config
cssbundling-rails (~> 1.1)
debug
dlss-capistrano
dotenv
factory_bot_rails
Expand Down

0 comments on commit 045583f

Please sign in to comment.