Skip to content

Commit 51acb06

Browse files
build(deps-dev): bump debug from 1.9.2 to 1.10.0 (#4148)
Bumps [debug](https://github.com/ruby/debug) from 1.9.2 to 1.10.0. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.9.2...v1.10.0) --- updated-dependencies: - dependency-name: debug 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 3f6b9ea commit 51acb06

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Gemfile

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

9696
group :development do
9797
gem 'byebug'
98-
gem 'debug', '~> 1.9'
98+
gem 'debug', '~> 1.10'
9999
gem 'listen'
100100
gem 'roodi'
101101
gem 'solargraph'

Gemfile.lock

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ GEM
128128
rexml
129129
crass (1.0.6)
130130
daemons (1.4.1)
131-
debug (1.9.2)
131+
date (3.4.1)
132+
debug (1.10.0)
132133
irb (~> 1.10)
133134
reline (>= 0.3.8)
134135
declarative (0.0.20)
@@ -262,9 +263,9 @@ GEM
262263
httpclient (2.8.3)
263264
i18n (1.14.6)
264265
concurrent-ruby (~> 1.0)
265-
io-console (0.7.2)
266+
io-console (0.8.0)
266267
ipaddress (0.8.3)
267-
irb (1.14.1)
268+
irb (1.14.3)
268269
rdoc (>= 4.0.0)
269270
reline (>= 0.4.2)
270271
jaro_winkler (1.5.6)
@@ -360,7 +361,8 @@ GEM
360361
pry-byebug (3.10.1)
361362
byebug (~> 11.0)
362363
pry (>= 0.13, < 0.15)
363-
psych (5.2.0)
364+
psych (5.2.2)
365+
date
364366
stringio
365367
public_suffix (6.0.1)
366368
puma (6.5.0)
@@ -398,14 +400,14 @@ GEM
398400
rb-inotify (0.10.1)
399401
ffi (~> 1.0)
400402
rbs (2.8.4)
401-
rdoc (6.7.0)
403+
rdoc (6.10.0)
402404
psych (>= 4.0.0)
403405
redis (5.3.0)
404406
redis-client (>= 0.22.0)
405407
redis-client (0.22.2)
406408
connection_pool
407409
regexp_parser (2.9.3)
408-
reline (0.5.11)
410+
reline (0.6.0)
409411
io-console (~> 0.5)
410412
representable (3.2.0)
411413
declarative (< 0.1.0)
@@ -593,7 +595,7 @@ DEPENDENCIES
593595
clockwork
594596
cloudfront-signer
595597
codeclimate-test-reporter (>= 1.0.8)
596-
debug (~> 1.9)
598+
debug (~> 1.10)
597599
digest-xxhash
598600
eventmachine (~> 1.2.7)
599601
fluent-logger

0 commit comments

Comments
 (0)