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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
ryancyq committed Oct 1, 2024
1 parent f0b61df commit a01a739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ end

group :test do
gem "vcr", "~> 6.3"
gem "webmock", "~> 3.23"
gem "webmock", "~> 3.24"
end
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ GEM
parser (3.3.5.0)
ast (~> 2.4.1)
racc
public_suffix (6.0.1)
public_suffix (5.1.1)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
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 @@ -73,7 +73,7 @@ GEM
unicode-display_width (2.5.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 All @@ -96,7 +96,7 @@ DEPENDENCIES
simplecov-cobertura
thor (~> 1.3.2)
vcr (~> 6.3)
webmock (~> 3.23)
webmock (~> 3.24)

BUNDLED WITH
2.5.18

0 comments on commit a01a739

Please sign in to comment.