Skip to content

Commit fabdca6

Browse files
Bump webmock from 3.5.1 to 3.7.4 (#273)
Bumps [webmock](https://github.com/bblimke/webmock) from 3.5.1 to 3.7.4. - [Release notes](https://github.com/bblimke/webmock/releases) - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](bblimke/webmock@v3.5.1...v3.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 25737ac commit fabdca6

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ group :test do
3939
gem 'minitest-rails-capybara'
4040
gem 'selenium-webdriver'
4141
gem 'vcr', '~> 4.0'
42-
gem 'webmock', '~> 3.5'
42+
gem 'webmock', '~> 3.7'
4343
end
4444

4545
group :development, :test do

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ GEM
5858
i18n (>= 0.7, < 2)
5959
minitest (~> 5.1)
6060
tzinfo (~> 1.1)
61-
addressable (2.5.2)
62-
public_suffix (>= 2.0.2, < 4.0)
61+
addressable (2.7.0)
62+
public_suffix (>= 2.0.2, < 5.0)
6363
archive-zip (0.11.0)
6464
io-like (~> 0.3.0)
6565
arel (9.0.0)
@@ -141,7 +141,7 @@ GEM
141141
thor (~> 0.19.1)
142142
globalid (0.4.2)
143143
activesupport (>= 4.2.0)
144-
hashdiff (0.3.7)
144+
hashdiff (1.0.0)
145145
hootstrap (0.12.0)
146146
bootstrap (~> 4.1.3)
147147
rails (>= 4.2.0)
@@ -206,7 +206,7 @@ GEM
206206
orm_adapter (0.5.0)
207207
pg (1.1.4)
208208
popper_js (1.14.5)
209-
public_suffix (3.0.3)
209+
public_suffix (4.0.1)
210210
puma (3.12.1)
211211
rack (2.0.7)
212212
rack-cors (1.0.3)
@@ -250,7 +250,7 @@ GEM
250250
ruby-progressbar (1.10.0)
251251
ruby_dep (1.5.0)
252252
rubyzip (1.2.2)
253-
safe_yaml (1.0.4)
253+
safe_yaml (1.0.5)
254254
sass (3.7.3)
255255
sass-listen (~> 4.0.0)
256256
sass-listen (4.0.0)
@@ -297,10 +297,10 @@ GEM
297297
activemodel (>= 5.0)
298298
bindex (>= 0.4.0)
299299
railties (>= 5.0)
300-
webmock (3.5.1)
300+
webmock (3.7.4)
301301
addressable (>= 2.3.6)
302302
crack (>= 0.3.2)
303-
hashdiff
303+
hashdiff (>= 0.4.0, < 2.0.0)
304304
webpacker (3.5.5)
305305
activesupport (>= 4.2)
306306
rack-proxy (>= 0.6.1)
@@ -352,7 +352,7 @@ DEPENDENCIES
352352
uglifier (>= 1.3.0)
353353
vcr (~> 4.0)
354354
web-console (>= 3.3.0)
355-
webmock (~> 3.5)
355+
webmock (~> 3.7)
356356
webpacker (~> 3.5)
357357

358358
BUNDLED WITH

0 commit comments

Comments
 (0)