Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump webmock from 3.21.2 to 3.22.0 #4477

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.17"
gem "webmock", "~> 3.21"
gem "webmock", "~> 3.22"
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 @@ -734,7 +734,7 @@ GEM
activesupport
faraday (~> 2.0)
faraday-follow_redirects
webmock (3.21.2)
webmock (3.22.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -855,7 +855,7 @@ DEPENDENCIES
validates_formatting_of (~> 0.9)
view_component (~> 3.10)
webauthn (~> 3.1)
webmock (~> 3.21)
webmock (~> 3.22)
xml-simple (~> 1.1)

CHECKSUMS
Expand Down Expand Up @@ -1135,7 +1135,7 @@ CHECKSUMS
view_component (3.10.0) sha256=92ac883a75178e6e936b37abc1751624342229fca5918842cb309f49c10f558b
webauthn (3.1.0) sha256=e545fcf17d8a6b821161a37c1c4bc8c3d2ead0ff6ff3b098f57f417e731790b7
webfinger (2.1.3) sha256=567a52bde77fb38ca6b67e55db755f988766ec4651c1d24916a65aa70540695c
webmock (3.21.2) sha256=dafd8f725bff4b880f338e2a8693e38ce776d635a0bc75450e053d9fdb00f66a
webmock (3.22.0) sha256=277f69335267f6b18d2d9bc8c287e60d4022b1e58a912c55e052a58d014e4b8e
webrick (1.8.1) sha256=19411ec6912911fd3df13559110127ea2badd0c035f7762873f58afc803e158f
websocket (1.2.10) sha256=2cc1a4a79b6e63637b326b4273e46adcddf7871caa5dc5711f2ca4061a629fa8
websocket-driver (0.7.6) sha256=f69400be7bc197879726ad8e6f5869a61823147372fd8928836a53c2c741d0db
Expand Down
Loading