Skip to content

Commit 57eb4ab

Browse files
Bump webmock from 3.25.1 to 3.26.1 (#1314)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.25.1 to 3.26.1. - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.25.1...v3.26.1) --- updated-dependencies: - dependency-name: webmock dependency-version: 3.26.1 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 6eb288c commit 57eb4ab

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.25'
72+
gem 'webmock', '~> 3.26'
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ GEM
9797
base64 (0.3.0)
9898
bcrypt (3.1.20)
9999
benchmark (0.4.1)
100-
bigdecimal (3.2.3)
100+
bigdecimal (3.3.1)
101101
bindex (0.8.1)
102102
bootsnap (1.18.6)
103103
msgpack (~> 1.2)
@@ -119,7 +119,7 @@ GEM
119119
coderay (1.1.3)
120120
concurrent-ruby (1.3.5)
121121
connection_pool (2.5.4)
122-
crack (1.0.0)
122+
crack (1.0.1)
123123
bigdecimal
124124
rexml
125125
crass (1.0.6)
@@ -180,7 +180,7 @@ GEM
180180
multi_json (~> 1.11)
181181
os (>= 0.9, < 2.0)
182182
signet (>= 0.16, < 2.a)
183-
hashdiff (1.1.2)
183+
hashdiff (1.2.1)
184184
hiredis (0.6.3)
185185
httparty (0.23.1)
186186
csv
@@ -342,7 +342,7 @@ GEM
342342
actionpack (>= 5.2)
343343
railties (>= 5.2)
344344
retriable (3.1.2)
345-
rexml (3.4.2)
345+
rexml (3.4.4)
346346
rubocop (1.81.7)
347347
json (~> 2.3)
348348
language_server-protocol (~> 3.17.0.2)
@@ -425,7 +425,7 @@ GEM
425425
activemodel (>= 6.0.0)
426426
bindex (>= 0.4.0)
427427
railties (>= 6.0.0)
428-
webmock (3.25.1)
428+
webmock (3.26.1)
429429
addressable (>= 2.8.0)
430430
crack (>= 0.3.2)
431431
hashdiff (>= 0.4.0, < 2.0.0)
@@ -480,7 +480,7 @@ DEPENDENCIES
480480
tzinfo-data
481481
uglifier (>= 1.3.0)
482482
web-console (>= 4.0.2)
483-
webmock (~> 3.25)
483+
webmock (~> 3.26)
484484

485485
RUBY VERSION
486486
ruby 3.4.7p58

0 commit comments

Comments
 (0)