Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot-preview[bot]
698e53e718
Bump webmock from 3.7.4 to 3.8.3
Bumps [webmock](https://github.com/bblimke/webmock) from 3.7.4 to 3.8.3.
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.7.4...v3.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-11 09:19:55 +00:00
2 changed files with 5 additions and 5 deletions

@ -39,7 +39,7 @@ group :test do
gem 'minitest-rails-capybara'
gem 'selenium-webdriver'
gem 'vcr', '~> 5.0'
gem 'webmock', '~> 3.7'
gem 'webmock', '~> 3.8'
end
group :development, :test do

@ -141,7 +141,7 @@ GEM
thor (~> 0.19.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
hashdiff (1.0.0)
hashdiff (1.0.1)
hootstrap (0.12.0)
bootstrap (~> 4.1.3)
rails (>= 4.2.0)
@ -206,7 +206,7 @@ GEM
orm_adapter (0.5.0)
pg (1.1.4)
popper_js (1.14.5)
public_suffix (4.0.1)
public_suffix (4.0.3)
puma (3.12.1)
rack (2.0.7)
rack-cors (1.0.3)
@ -297,7 +297,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webmock (3.7.4)
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
@ -352,7 +352,7 @@ DEPENDENCIES
uglifier (>= 1.3.0)
vcr (~> 5.0)
web-console (>= 3.3.0)
webmock (~> 3.7)
webmock (~> 3.8)
webpacker (~> 3.5)
BUNDLED WITH