Skip to content

Commit

Permalink
Revert "Use the debug gem instead of the byebug gem TODO: GitHub acti…
Browse files Browse the repository at this point in the history
…on hangs; try again after upgrading all our dependencies"

This reverts commit d8e6bb950388f2ea717b225b77c10960ef98d2a5.
  • Loading branch information
javierm committed Jul 21, 2023
1 parent b2112a9 commit 403a1b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ end

group :development, :test do
gem "bullet", "~> 7.0.3"
gem "debug", "~> 1.6.3"
gem "byebug", "~> 11.1.3"
gem "factory_bot_rails", "~> 6.2.0"
gem "faker", "~> 2.22.0"
gem "i18n-tasks", "~> 0.9.37"
Expand Down
11 changes: 2 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ GEM
bullet (7.0.3)
activesupport (>= 3.0.0)
uniform_notifier (~> 1.11)
byebug (11.1.3)
cancancan (3.4.0)
capistrano (3.17.1)
airbrussh (>= 1.0.0)
Expand Down Expand Up @@ -172,9 +173,6 @@ GEM
daemons (1.4.1)
dalli (3.2.3)
date (3.3.3)
debug (1.6.3)
irb (>= 1.3.6)
reline (>= 0.3.1)
delayed_job (4.1.10)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.7)
Expand Down Expand Up @@ -302,9 +300,6 @@ GEM
railties (>= 3.1, < 7.0)
invisible_captcha (2.0.0)
rails (>= 5.0)
io-console (0.5.11)
irb (1.4.1)
reline (>= 0.3.0)
jquery-fileupload-rails (1.0.0)
actionpack (>= 3.1)
railties (>= 3.1)
Expand Down Expand Up @@ -511,8 +506,6 @@ GEM
mail
redcarpet (3.5.1)
regexp_parser (2.8.1)
reline (0.3.1)
io-console (~> 0.5)
request_store (1.5.1)
rack (>= 1.4)
responders (3.0.1)
Expand Down Expand Up @@ -704,6 +697,7 @@ DEPENDENCIES
autoprefixer-rails (~> 8.2.0)
bing_translator (~> 6.2.0)
bullet (~> 7.0.3)
byebug (~> 11.1.3)
cancancan (~> 3.4.0)
capistrano (~> 3.17.1)
capistrano-bundler (~> 2.1.0)
Expand All @@ -718,7 +712,6 @@ DEPENDENCIES
cocoon (~> 1.2.15)
daemons (~> 1.4.1)
dalli (~> 3.2.3)
debug (~> 1.6.3)
delayed_job_active_record (~> 4.1.7)
devise (~> 4.8.1)
devise-security (~> 0.17.0)
Expand Down

0 comments on commit 403a1b1

Please sign in to comment.