Skip to content

Commit

Permalink
Use debug 1.1+ for the debugger + log quieting
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Sep 20, 2021
1 parent 0d32bf3 commit 780753f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -119,7 +119,7 @@ group :test do

platforms :mri do
gem "stackprof"
gem "debug", ">= 1.0.0", require: false
gem "debug", ">= 1.1.0", require: false
end

gem "benchmark-ips"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -189,7 +189,7 @@ GEM
daemons (1.4.0)
dalli (2.7.11)
dante (0.2.0)
debug (1.0.0)
debug (1.1.0)
irb
reline (>= 0.2.7)
declarative (0.0.20)
Expand Down Expand Up @@ -542,7 +542,7 @@ DEPENDENCIES
connection_pool
cssbundling-rails
dalli
debug (>= 1.0.0)
debug (>= 1.1.0)
delayed_job
delayed_job_active_record
google-cloud-storage (~> 1.11)
Expand Down

0 comments on commit 780753f

Please sign in to comment.