Skip to content

Commit

Permalink
Bump webmock from 3.23.1 to 3.24.0 in /updater (#1388)
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: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>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 2358a14 commit cdcb3b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ group :test do
gem "simplecov", "~> 0.22.0"
gem "turbo_tests", "~> 2.2.0"
gem "vcr", "~> 6.3"
gem "webmock", "~> 3.18"
gem "webmock", "~> 3.24"
gem "webrick", ">= 1.7"
end
6 changes: 3 additions & 3 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.7)
rexml (3.3.8)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -352,7 +352,7 @@ GEM
unicode-display_width (2.6.0)
vcr (6.3.1)
base64
webmock (3.23.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -402,7 +402,7 @@ DEPENDENCIES
terminal-table (~> 3.0.2)
turbo_tests (~> 2.2.0)
vcr (~> 6.3)
webmock (~> 3.18)
webmock (~> 3.24)
webrick (>= 1.7)

BUNDLED WITH
Expand Down

0 comments on commit cdcb3b7

Please sign in to comment.