diff --git a/Gemfile b/Gemfile index d3d56950a..21ad8ad2c 100644 --- a/Gemfile +++ b/Gemfile @@ -162,7 +162,7 @@ group :test do gem "timecop", "~> 0.9" # A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code gem "vcr", "~> 5.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests gem "webdrivers", "~> 4.2" # Run Selenium tests more easily with install and updates for all supported webdrivers - gem "webmock", "~> 3.7" # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests + gem "webmock", "~> 3.8" # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone end diff --git a/Gemfile.lock b/Gemfile.lock index c74464174..746d372eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -844,7 +844,7 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (>= 3.0, < 4.0) - webmock (3.7.6) + webmock (3.8.0) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -1009,7 +1009,7 @@ DEPENDENCIES vcr (~> 5.0) web-console (~> 3.7) webdrivers (~> 4.2) - webmock (~> 3.7) + webmock (~> 3.8) webpacker (~> 3.5) yard (~> 0.9.24) yard-activerecord (~> 0.0.16)