Skip to content

Commit

Permalink
Bump debug from 1.6.2 to 1.9.2
Browse files Browse the repository at this point in the history
Bumps [debug](https://github.com/ruby/debug) from 1.6.2 to 1.9.2.
- [Release notes](https://github.com/ruby/debug/releases)
- [Commits](ruby/debug@v1.6.2...v1.9.2)

---
updated-dependencies:
- dependency-name: debug
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent efca29c commit b3512b7
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
debug (1.6.2)
irb (>= 1.3.6)
reline (>= 0.3.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
devise (4.8.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -152,9 +152,10 @@ GEM
importmap-rails (1.1.5)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.5.11)
irb (1.4.1)
reline (>= 0.3.0)
io-console (0.7.2)
irb (1.13.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -229,6 +230,8 @@ GEM
parser (3.3.1.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
stringio
public_suffix (5.0.5)
puma (6.0.0)
nio4r (~> 2.0)
Expand Down Expand Up @@ -274,8 +277,10 @@ GEM
rake (13.2.1)
rash_alt (0.4.12)
hashie (>= 3.4)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.3.1)
reline (0.5.8)
io-console (~> 0.5)
responders (3.0.1)
actionpack (>= 5.0)
Expand Down Expand Up @@ -361,6 +366,7 @@ GEM
stackprof (0.2.26)
stimulus-rails (1.1.0)
railties (>= 6.0.0)
stringio (3.1.0)
strscan (3.0.4)
thor (1.3.1)
timeout (0.3.0)
Expand Down

0 comments on commit b3512b7

Please sign in to comment.