Skip to content

Commit 2956502

Browse files
Bump webmock from 3.25.1 to 3.26.1 (#5442)
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 aa7c8cb commit 2956502

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
@@ -208,7 +208,7 @@ group :test do
208208
# Show code coverage.
209209
gem 'simplecov'
210210
# Mock HTTP requests and ensure they are not called during tests.
211-
gem "webmock", "~> 3.25"
211+
gem "webmock", "~> 3.26"
212212
# Interface capybara to chrome headless
213213
gem "cuprite"
214214
# Read PDF files for tests

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ GEM
124124
erubi (~> 1.4)
125125
parser (>= 2.4)
126126
smart_properties
127-
bigdecimal (3.2.3)
127+
bigdecimal (3.3.1)
128128
bindex (0.8.1)
129129
binding_of_caller (1.0.1)
130130
debug_inspector (>= 1.2.0)
@@ -162,7 +162,7 @@ GEM
162162
coderay (1.1.3)
163163
concurrent-ruby (1.3.5)
164164
connection_pool (2.5.4)
165-
crack (1.0.0)
165+
crack (1.0.1)
166166
bigdecimal
167167
rexml
168168
crass (1.0.6)
@@ -316,7 +316,7 @@ GEM
316316
guard (~> 2.1)
317317
guard-compat (~> 1.1)
318318
rspec (>= 2.99.0, < 4.0)
319-
hashdiff (1.2.0)
319+
hashdiff (1.2.1)
320320
hashery (2.1.2)
321321
hashie (5.0.0)
322322
i18n (1.14.7)
@@ -586,7 +586,7 @@ GEM
586586
responders (3.1.1)
587587
actionpack (>= 5.2)
588588
railties (>= 5.2)
589-
rexml (3.4.1)
589+
rexml (3.4.4)
590590
rolify (6.0.1)
591591
rouge (4.1.2)
592592
rspec (3.13.0)
@@ -734,7 +734,7 @@ GEM
734734
activemodel (>= 6.0.0)
735735
bindex (>= 0.4.0)
736736
railties (>= 6.0.0)
737-
webmock (3.25.1)
737+
webmock (3.26.1)
738738
addressable (>= 2.8.0)
739739
crack (>= 0.3.2)
740740
hashdiff (>= 0.4.0, < 2.0.0)
@@ -846,7 +846,7 @@ DEPENDENCIES
846846
ttfunk (~> 1.7.0)
847847
turbo-rails
848848
web-console
849-
webmock (~> 3.25)
849+
webmock (~> 3.26)
850850

851851
BUNDLED WITH
852852
2.7.1

0 commit comments

Comments
 (0)