Skip to content

Commit acbfc71

Browse files
committed
Add byebug gem for debugging
1 parent 885001e commit acbfc71

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ group :profiling do
7171
end
7272

7373
group :test do
74+
gem 'byebug', '~> 12.0'
7475
gem 'crack', '0.4.5'
7576
gem 'minitest', '~> 5.0'
7677
gem 'minitest-hooks', "~> 1.5"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ GEM
121121
bcrypt_pbkdf (1.1.1-arm64-darwin)
122122
bigdecimal (3.1.9)
123123
builder (3.3.0)
124+
byebug (12.0.0)
124125
capistrano (3.19.2)
125126
airbrussh (>= 1.0.0)
126127
i18n
@@ -425,6 +426,7 @@ DEPENDENCIES
425426
activesupport (~> 5)
426427
bcrypt_pbkdf (>= 1.0, < 2.0)
427428
bigdecimal
429+
byebug (~> 12.0)
428430
capistrano (~> 3)
429431
capistrano-bundler
430432
capistrano-locally

0 commit comments

Comments
 (0)