Skip to content

Commit

Permalink
Bump webmock from 3.19.1 to 3.20.0
Browse files Browse the repository at this point in the history
Bumps [webmock](https://github.com/bblimke/webmock) from 3.19.1 to 3.20.0.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.19.1...v3.20.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
dependabot[bot] authored Feb 7, 2024
1 parent 82e19b8 commit 8662105
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ group :test do
# More concise test ("should") matchers
gem 'shoulda-matchers', '~> 6.1'
# Mock HTTP requests and ensure they are not called during tests.
gem "webmock", "~> 3.19"
gem "webmock", "~> 3.20"
# Interface capybara to chrome headless
gem "cuprite"
end
Expand Down
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.6)
bindex (0.8.1)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
Expand Down Expand Up @@ -132,7 +133,8 @@ GEM
connection_pool (2.4.1)
coverband (6.0.1)
redis (>= 3.0)
crack (0.4.5)
crack (0.4.6)
bigdecimal
rexml
crass (1.0.6)
cuprite (0.15)
Expand Down Expand Up @@ -270,7 +272,7 @@ GEM
guard (~> 2.1)
guard-compat (~> 1.1)
rspec (>= 2.99.0, < 4.0)
hashdiff (1.0.1)
hashdiff (1.1.0)
hashie (5.0.0)
httparty (0.21.0)
mini_mime (>= 1.0.0)
Expand Down Expand Up @@ -636,7 +638,7 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webmock (3.19.1)
webmock (3.20.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -744,7 +746,7 @@ DEPENDENCIES
terser
turbo-rails
web-console
webmock (~> 3.19)
webmock (~> 3.20)

BUNDLED WITH
2.5.4

0 comments on commit 8662105

Please sign in to comment.