Skip to content

Commit f36965b

Browse files
build(deps): bump webmock from 3.23.0 to 3.24.0
Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.0 to 3.24.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.23.0...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>
1 parent f3626a7 commit f36965b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

+1-1
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.23'
147+
gem 'webmock', '~> 3.24'
148148
gem 'timecop'
149149

150150
# Adds support for Capybara system testing and selenium driver

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ GEM
7575
minitest (>= 5.1)
7676
mutex_m
7777
tzinfo (~> 2.0)
78-
addressable (2.8.6)
79-
public_suffix (>= 2.0.2, < 6.0)
78+
addressable (2.8.7)
79+
public_suffix (>= 2.0.2, < 7.0)
8080
ansi (1.5.0)
8181
audited (5.6.0)
8282
activerecord (>= 5.2, < 7.2)
@@ -221,7 +221,7 @@ GEM
221221
activesupport (>= 5.1)
222222
haml (>= 4.0.6)
223223
railties (>= 5.1)
224-
hashdiff (1.1.0)
224+
hashdiff (1.1.1)
225225
hashie (5.0.0)
226226
httparty (0.21.0)
227227
mini_mime (>= 1.0.0)
@@ -332,7 +332,7 @@ GEM
332332
method_source (~> 1.0)
333333
psych (5.1.2)
334334
stringio
335-
public_suffix (5.0.4)
335+
public_suffix (6.0.1)
336336
puma (6.4.2)
337337
nio4r (~> 2.0)
338338
raabro (1.4.0)
@@ -409,7 +409,7 @@ GEM
409409
responders (3.1.1)
410410
actionpack (>= 5.2)
411411
railties (>= 5.2)
412-
rexml (3.2.6)
412+
rexml (3.3.8)
413413
roadie (5.2.1)
414414
css_parser (~> 1.4)
415415
nokogiri (~> 1.15)
@@ -511,7 +511,7 @@ GEM
511511
activemodel (>= 6.0.0)
512512
bindex (>= 0.4.0)
513513
railties (>= 6.0.0)
514-
webmock (3.23.0)
514+
webmock (3.24.0)
515515
addressable (>= 2.8.0)
516516
crack (>= 0.3.2)
517517
hashdiff (>= 0.4.0, < 2.0.0)
@@ -601,7 +601,7 @@ DEPENDENCIES
601601
valid_attribute
602602
validate_url
603603
web-console (>= 3.3.0)
604-
webmock (~> 3.23)
604+
webmock (~> 3.24)
605605

606606
RUBY VERSION
607607
ruby 3.0.6p216

0 commit comments

Comments
 (0)