Skip to content

Commit

Permalink
Merge pull request #2002 from DFE-Digital/chore/add-pry-byebug-for-mo…
Browse files Browse the repository at this point in the history
…re-debugging-cmds

Add pry-byebug for more debugging commands
  • Loading branch information
edavey authored Nov 26, 2024
2 parents 64a22b4 + 67356a9 commit 9d7c559
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[mri mingw x64_mingw]
gem "pry-rails"
gem "pry-byebug"
gem "rspec-rails"
gem "brakeman"
gem "dotenv-rails"
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ GEM
bullet (7.2.0)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
capybara (3.40.0)
addressable
matrix
Expand Down Expand Up @@ -303,6 +304,9 @@ GEM
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry-rails (0.3.11)
pry (>= 0.13.0)
public_suffix (5.0.5)
Expand Down Expand Up @@ -529,6 +533,7 @@ DEPENDENCIES
omniauth-azure-activedirectory-v2
omniauth-rails_csrf_protection
pagy
pry-byebug
pry-rails
puma (~> 6.0)
pundit (~> 2.2)
Expand Down

0 comments on commit 9d7c559

Please sign in to comment.