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

Commit 775f82d

Browse files
build(deps): bump webmock from 3.22.0 to 3.23.0 (#1009)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa173cb commit 775f82d

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.22'
147+
gem 'webmock', '~> 3.23'
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
@@ -515,7 +515,7 @@ GEM
515515
activemodel (>= 6.0.0)
516516
bindex (>= 0.4.0)
517517
railties (>= 6.0.0)
518-
webmock (3.22.0)
518+
webmock (3.23.0)
519519
addressable (>= 2.8.0)
520520
crack (>= 0.3.2)
521521
hashdiff (>= 0.4.0, < 2.0.0)
@@ -605,7 +605,7 @@ DEPENDENCIES
605605
valid_attribute
606606
validate_url
607607
web-console (>= 3.3.0)
608-
webmock (~> 3.22)
608+
webmock (~> 3.23)
609609

610610
RUBY VERSION
611611
ruby 3.0.6p216

0 commit comments

Comments
 (0)