Skip to content

Commit f393ae3

Browse files
Bump webmock from 3.24.0 to 3.25.1 (#1230)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.24.0 to 3.25.1. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.24.0...v3.25.1) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eda9826 commit f393ae3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ end
6969
group :test do
7070
gem 'capybara'
7171
gem 'capybara-email'
72-
gem 'webmock', '~> 3.24'
72+
gem 'webmock', '~> 3.25'
7373
# NOTE: Rails requires Selenium Webdriver to be present in order to run system tests, regardless of what driver
7474
# you're actually using. See also https://github.com/rails/rails/issues/37410
7575
gem 'selenium-webdriver'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ GEM
416416
activemodel (>= 6.0.0)
417417
bindex (>= 0.4.0)
418418
railties (>= 6.0.0)
419-
webmock (3.24.0)
419+
webmock (3.25.1)
420420
addressable (>= 2.8.0)
421421
crack (>= 0.3.2)
422422
hashdiff (>= 0.4.0, < 2.0.0)
@@ -470,7 +470,7 @@ DEPENDENCIES
470470
tzinfo-data
471471
uglifier (>= 1.3.0)
472472
web-console (>= 4.0.2)
473-
webmock (~> 3.24)
473+
webmock (~> 3.25)
474474

475475
RUBY VERSION
476476
ruby 3.4.2p28

0 commit comments

Comments
 (0)