Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent b845f88 commit 02d8a9c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gem "slim", "< 6.0.0"
group :test do
gem "cucumber", "< 10.0.0"
gem "database_cleaner"
gem "debug", "~> 1.8"
gem "debug", "~> 1.9"
gem "factory_bot"
gem "poltergeist", ">= 1.4.0"
gem "rack-test", require: "rack/test"
Expand Down
22 changes: 14 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
docile (1.4.0)
dotenv (2.7.6)
Expand Down Expand Up @@ -124,9 +124,10 @@ GEM
multi_json (>= 1.3.2)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.6.4)
reline (>= 0.3.0)
io-console (0.7.2)
irb (1.13.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.6.3)
language_server-protocol (3.17.0.3)
matrix (0.4.2)
Expand All @@ -153,6 +154,8 @@ GEM
capybara (>= 2.1, < 4)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
psych (5.1.2)
stringio
public_suffix (4.0.7)
puma (6.4.2)
nio4r (~> 2.0)
Expand All @@ -166,8 +169,10 @@ GEM
rack (>= 1.3)
rainbow (3.1.1)
rake (13.0.6)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.5.0)
reline (0.3.4)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.2.8)
strscan (>= 3.0.9)
Expand Down Expand Up @@ -253,6 +258,7 @@ GEM
slim (5.2.1)
temple (~> 0.10.0)
tilt (>= 2.1.0)
stringio (3.1.1)
strscan (3.1.0)
sys-uname (1.3.0)
ffi (~> 1.1)
Expand All @@ -279,7 +285,7 @@ DEPENDENCIES
brakeman
cucumber (< 10.0.0)
database_cleaner
debug (~> 1.8)
debug (~> 1.9)
dotenv
dry-validation
factory_bot
Expand Down

0 comments on commit 02d8a9c

Please sign in to comment.