Skip to content

Commit 9021acd

Browse files
build(deps-dev): bump debug from 1.10.0 to 1.11.0 (#4409)
Bumps [debug](https://github.com/ruby/debug) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: debug dependency-version: 1.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1db20d commit 9021acd

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ end
9797

9898
group :development do
9999
gem 'byebug'
100-
gem 'debug', '~> 1.10'
100+
gem 'debug', '~> 1.11'
101101
gem 'listen'
102102
gem 'roodi'
103103
gem 'solargraph'

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ GEM
131131
crass (1.0.6)
132132
daemons (1.4.1)
133133
date (3.4.1)
134-
debug (1.10.0)
134+
debug (1.11.0)
135135
irb (~> 1.10)
136136
reline (>= 0.3.8)
137137
declarative (0.0.20)
@@ -142,6 +142,7 @@ GEM
142142
docile (1.1.5)
143143
domain_name (0.6.20240107)
144144
drb (2.2.1)
145+
erb (5.0.1)
145146
erubi (1.13.1)
146147
eventmachine (1.2.7)
147148
excon (0.112.0)
@@ -377,7 +378,7 @@ GEM
377378
pry-byebug (3.11.0)
378379
byebug (~> 12.0)
379380
pry (>= 0.13, < 0.16)
380-
psych (5.2.4)
381+
psych (5.2.6)
381382
date
382383
stringio
383384
public_suffix (6.0.2)
@@ -417,7 +418,8 @@ GEM
417418
ffi (~> 1.0)
418419
rbs (3.9.4)
419420
logger
420-
rdoc (6.11.0)
421+
rdoc (6.14.1)
422+
erb
421423
psych (>= 4.0.0)
422424
redis (5.4.0)
423425
redis-client (>= 0.22.0)
@@ -627,7 +629,7 @@ DEPENDENCIES
627629
cloudfront-signer
628630
codeclimate-test-reporter (>= 1.0.8)
629631
concurrent-ruby
630-
debug (~> 1.10)
632+
debug (~> 1.11)
631633
digest-xxhash
632634
eventmachine (~> 1.2.7)
633635
fluent-logger

0 commit comments

Comments
 (0)