Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit a178185

Browse files
build(deps): bump webmock from 3.20.0 to 3.22.0 (#1000)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.20.0 to 3.22.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.20.0...v3.22.0) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52ae991 commit a178185

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ group :test do
144144
gem 'factory_bot_rails', '~> 6.4.3'
145145
gem 'codeclimate-test-reporter', '~> 1.0.7', require: nil
146146
gem 'rails-controller-testing' # Rails 4 fallback
147-
gem 'webmock', '~> 3.20'
147+
gem 'webmock', '~> 3.22'
148148
gem 'timecop'
149149

150150
# Adds support for Capybara system testing and selenium driver

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ GEM
513513
activemodel (>= 6.0.0)
514514
bindex (>= 0.4.0)
515515
railties (>= 6.0.0)
516-
webmock (3.20.0)
516+
webmock (3.22.0)
517517
addressable (>= 2.8.0)
518518
crack (>= 0.3.2)
519519
hashdiff (>= 0.4.0, < 2.0.0)
@@ -603,7 +603,7 @@ DEPENDENCIES
603603
valid_attribute
604604
validate_url
605605
web-console (>= 3.3.0)
606-
webmock (~> 3.20)
606+
webmock (~> 3.22)
607607

608608
RUBY VERSION
609609
ruby 3.0.6p216

0 commit comments

Comments
 (0)