Skip to content

Commit 11dd42e

Browse files
fix: 🚀 bundler: bump debug from 1.9.1 to 1.9.2 (#632)
Bumps [debug](https://github.com/ruby/debug) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/ruby/debug/releases) - [Commits](ruby/debug@v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: debug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee01ab8 commit 11dd42e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
rubocop (~> 1.0)
1919
concurrent-ruby (1.2.3)
2020
connection_pool (2.4.1)
21-
debug (1.9.1)
21+
debug (1.9.2)
2222
irb (~> 1.10)
2323
reline (>= 0.3.8)
2424
diff-lcs (1.5.0)
@@ -30,10 +30,10 @@ GEM
3030
google-protobuf (3.25.2-x86_64-linux)
3131
i18n (1.14.1)
3232
concurrent-ruby (~> 1.0)
33-
io-console (0.7.1)
34-
irb (1.11.0)
35-
rdoc
36-
reline (>= 0.3.8)
33+
io-console (0.7.2)
34+
irb (1.13.1)
35+
rdoc (>= 4.0.0)
36+
reline (>= 0.4.2)
3737
json (2.7.2)
3838
language_server-protocol (3.17.0.3)
3939
minitest (5.21.2)
@@ -48,10 +48,10 @@ GEM
4848
rack (3.0.8)
4949
rainbow (3.1.1)
5050
rake (13.2.1)
51-
rdoc (6.6.2)
51+
rdoc (6.6.3.1)
5252
psych (>= 4.0.0)
5353
regexp_parser (2.9.2)
54-
reline (0.4.1)
54+
reline (0.5.7)
5555
io-console (~> 0.5)
5656
rexml (3.2.8)
5757
strscan (>= 3.0.9)

0 commit comments

Comments
 (0)