Skip to content

Commit

Permalink
Bump webmock from 3.19.1 to 3.24.0 (#477)
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.19.1 to 3.24.0.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.19.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 7, 2024
1 parent 8a07862 commit a652526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ group :development, :test do
gem 'rubocop-rspec', '~> 3.1'
gem 'timecop', '~> 0.9'
gem 'vcr', '~> 5.0'
gem 'webmock', '~> 3.19'
gem 'webmock', '~> 3.24'
end
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ GEM
connection_pool (2.4.1)
cork (0.3.0)
colored2 (~> 3.1)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
daemons (1.4.1)
danger (9.5.0)
Expand Down Expand Up @@ -86,7 +87,7 @@ GEM
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
hashdiff (1.0.1)
hashdiff (1.1.1)
htmlentities (4.3.4)
http-accept (1.7.0)
http-cookie (1.0.5)
Expand Down Expand Up @@ -224,7 +225,7 @@ GEM
macaddr (~> 1.0)
validatable (1.6.7)
vcr (5.1.0)
webmock (3.19.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -244,7 +245,7 @@ DEPENDENCIES
rubocop-rspec (~> 3.1)
timecop (~> 0.9)
vcr (~> 5.0)
webmock (~> 3.19)
webmock (~> 3.24)

BUNDLED WITH
2.3.12

0 comments on commit a652526

Please sign in to comment.