diff --git a/Gemfile b/Gemfile index fae83f6a2..003b6fa45 100644 --- a/Gemfile +++ b/Gemfile @@ -168,7 +168,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", "~> 6.1" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests gem "webdrivers", "~> 5.0" # Run Selenium tests more easily with install and updates for all supported webdrivers - gem "webmock", "~> 3.16", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests + gem "webmock", "~> 3.17", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests gem "with_model", "~> 2.1.6" # Dynamically build a model within an RSpec context gem "zonebie", "~> 0.6.1" # Runs your tests in a random timezone end diff --git a/Gemfile.lock b/Gemfile.lock index 868cd2d7b..6d2661013 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -923,7 +923,7 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (~> 4.0) - webmock (3.16.0) + webmock (3.17.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -1106,7 +1106,7 @@ DEPENDENCIES wcag_color_contrast (~> 0.1) web-console (~> 4.2) webdrivers (~> 5.0) - webmock (~> 3.16) + webmock (~> 3.17) webpacker (~> 5.4.3) with_model (~> 2.1.6) yard (~> 0.9) diff --git a/vendor/cache/webmock-3.16.0.gem b/vendor/cache/webmock-3.16.0.gem deleted file mode 100644 index ad43d5b38..000000000 Binary files a/vendor/cache/webmock-3.16.0.gem and /dev/null differ diff --git a/vendor/cache/webmock-3.17.0.gem b/vendor/cache/webmock-3.17.0.gem new file mode 100644 index 000000000..b210e04f0 Binary files /dev/null and b/vendor/cache/webmock-3.17.0.gem differ