Skip to content

Commit 780753f

Browse files
author
David Heinemeier Hansson
committed
Use debug 1.1+ for the debugger + log quieting
1 parent 0d32bf3 commit 780753f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ group :test do
119119

120120
platforms :mri do
121121
gem "stackprof"
122-
gem "debug", ">= 1.0.0", require: false
122+
gem "debug", ">= 1.1.0", require: false
123123
end
124124

125125
gem "benchmark-ips"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ GEM
189189
daemons (1.4.0)
190190
dalli (2.7.11)
191191
dante (0.2.0)
192-
debug (1.0.0)
192+
debug (1.1.0)
193193
irb
194194
reline (>= 0.2.7)
195195
declarative (0.0.20)
@@ -542,7 +542,7 @@ DEPENDENCIES
542542
connection_pool
543543
cssbundling-rails
544544
dalli
545-
debug (>= 1.0.0)
545+
debug (>= 1.1.0)
546546
delayed_job
547547
delayed_job_active_record
548548
google-cloud-storage (~> 1.11)

0 commit comments

Comments
 (0)