Skip to content

Commit

Permalink
Add byebug to the gemfile (#782)
Browse files Browse the repository at this point in the history
So it can be used in testing

Co-authored-by: Jaymee Hyppolite <[email protected]>
  • Loading branch information
carolyncole and JaymeeH authored Jun 20, 2024
1 parent 647a1a0 commit 01bb84c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ group :development, :test do
gem "rspec-rails", "~> 6.0.0"

gem "bixby"
gem "byebug"
gem "pry-rails"

gem "bcrypt_pbkdf"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ GEM
popper_js (>= 2.11.6, < 3)
sassc-rails (>= 2.0.0)
builder (3.2.4)
byebug (11.1.3)
capistrano (3.18.1)
airbrussh (>= 1.0.0)
i18n
Expand Down Expand Up @@ -536,6 +537,7 @@ DEPENDENCIES
bixby
bootsnap
bootstrap (~> 5.2.0)
byebug
capistrano (~> 3.17)
capistrano-passenger
capistrano-rails (~> 1.6)
Expand Down

0 comments on commit 01bb84c

Please sign in to comment.