Skip to content

Commit f0a9d72

Browse files
build(deps-dev): bump webmock from 3.23.1 to 3.24.0 (#4696)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.1 to 3.24.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.23.1...v3.24.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 141c343 commit f0a9d72

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ group :test do
199199
# More concise test ("should") matchers
200200
gem 'shoulda-matchers', '~> 6.2'
201201
# Mock HTTP requests and ensure they are not called during tests.
202-
gem "webmock", "~> 3.23"
202+
gem "webmock", "~> 3.24"
203203
# Interface capybara to chrome headless
204204
gem "cuprite"
205205
# Read PDF files for tests

Gemfile.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ GEM
7676
minitest (>= 5.1)
7777
mutex_m
7878
tzinfo (~> 2.0)
79-
addressable (2.8.6)
80-
public_suffix (>= 2.0.2, < 6.0)
79+
addressable (2.8.7)
80+
public_suffix (>= 2.0.2, < 7.0)
8181
afm (0.2.2)
8282
annotate (3.2.0)
8383
activerecord (>= 3.2, < 8.0)
@@ -294,7 +294,7 @@ GEM
294294
guard (~> 2.1)
295295
guard-compat (~> 1.1)
296296
rspec (>= 2.99.0, < 4.0)
297-
hashdiff (1.1.0)
297+
hashdiff (1.1.1)
298298
hashery (2.1.2)
299299
hashie (5.0.0)
300300
httparty (0.22.0)
@@ -481,7 +481,7 @@ GEM
481481
pry (~> 0.13)
482482
psych (5.1.2)
483483
stringio
484-
public_suffix (5.1.0)
484+
public_suffix (6.0.1)
485485
puma (6.4.2)
486486
nio4r (~> 2.0)
487487
racc (1.8.1)
@@ -553,8 +553,7 @@ GEM
553553
responders (3.1.1)
554554
actionpack (>= 5.2)
555555
railties (>= 5.2)
556-
rexml (3.3.6)
557-
strscan
556+
rexml (3.3.8)
558557
rolify (6.0.1)
559558
rouge (4.1.2)
560559
rspec (3.13.0)
@@ -666,7 +665,6 @@ GEM
666665
stringio (3.1.1)
667666
strong_migrations (1.8.0)
668667
activerecord (>= 5.2)
669-
strscan (3.1.0)
670668
terser (1.2.3)
671669
execjs (>= 0.3.0, < 3)
672670
thor (1.3.2)
@@ -688,7 +686,7 @@ GEM
688686
activemodel (>= 6.0.0)
689687
bindex (>= 0.4.0)
690688
railties (>= 6.0.0)
691-
webmock (3.23.1)
689+
webmock (3.24.0)
692690
addressable (>= 2.8.0)
693691
crack (>= 0.3.2)
694692
hashdiff (>= 0.4.0, < 2.0.0)
@@ -797,7 +795,7 @@ DEPENDENCIES
797795
terser
798796
turbo-rails
799797
web-console
800-
webmock (~> 3.23)
798+
webmock (~> 3.24)
801799

802800
BUNDLED WITH
803801
2.5.20

0 commit comments

Comments
 (0)