Skip to content

Commit

Permalink
Bump webmock from 3.23.1 to 3.24.0
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.1 to 3.24.0.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.23.1...v3.24.0)

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 3c380e9 commit f21c0d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ gem "rubocop", "~> 1.65"
gem "rubocop-minitest", "~> 0.35"
gem "rubocop-rake", "~> 0.6"
gem "sinatra", "~> 4.0"
gem "webmock", "~> 3.23"
gem "webmock", "~> 3.24"
gem "webrick", "~> 1.8"
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.6)
strscan
rexml (3.3.8)
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -95,12 +94,11 @@ GEM
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
stringio (3.1.1)
strscan (3.1.0)
tilt (2.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
unicode-display_width (2.5.0)
webmock (3.23.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -126,7 +124,7 @@ DEPENDENCIES
rubocop-minitest (~> 0.35)
rubocop-rake (~> 0.6)
sinatra (~> 4.0)
webmock (~> 3.23)
webmock (~> 3.24)
webrick (~> 1.8)

BUNDLED WITH
Expand Down

0 comments on commit f21c0d8

Please sign in to comment.