diff --git a/Gemfile b/Gemfile index c2a937f5..c31c99a4 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 7e42701d..2a275200 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.1) 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