Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and simi committed Feb 26, 2024
1 parent c2a90f6 commit c591f72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ group :test do
gem "shoulda-context", "~> 2.0"
gem "shoulda-matchers", "~> 6.1"
gem "selenium-webdriver", "~> 4.18"
gem "webmock", "~> 3.22"
gem "webmock", "~> 3.23"
gem "simplecov", "~> 0.22", require: false
gem "simplecov-cobertura", "~> 2.1", require: false
gem "aggregate_assertions", "~> 0.2.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ GEM
activesupport
faraday (~> 2.0)
faraday-follow_redirects
webmock (3.22.0)
webmock (3.23.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -856,7 +856,7 @@ DEPENDENCIES
validates_formatting_of (~> 0.9)
view_component (~> 3.11)
webauthn (~> 3.1)
webmock (~> 3.22)
webmock (~> 3.23)
xml-simple (~> 1.1)

CHECKSUMS
Expand Down Expand Up @@ -1136,7 +1136,7 @@ CHECKSUMS
view_component (3.11.0) sha256=6994c3dcc6f8da1fab42420a367f5071c00291241bc5a56f73a34ec8c10fc5ff
webauthn (3.1.0) sha256=e545fcf17d8a6b821161a37c1c4bc8c3d2ead0ff6ff3b098f57f417e731790b7
webfinger (2.1.3) sha256=567a52bde77fb38ca6b67e55db755f988766ec4651c1d24916a65aa70540695c
webmock (3.22.0) sha256=277f69335267f6b18d2d9bc8c287e60d4022b1e58a912c55e052a58d014e4b8e
webmock (3.23.0) sha256=100787435c1f556129a238c11cc7cbee38cb9c2864709c6a0dcdcf822545f31f
webrick (1.8.1) sha256=19411ec6912911fd3df13559110127ea2badd0c035f7762873f58afc803e158f
websocket (1.2.10) sha256=2cc1a4a79b6e63637b326b4273e46adcddf7871caa5dc5711f2ca4061a629fa8
websocket-driver (0.7.6) sha256=f69400be7bc197879726ad8e6f5869a61823147372fd8928836a53c2c741d0db
Expand Down

0 comments on commit c591f72

Please sign in to comment.