diff --git a/Gemfile b/Gemfile index 47f2f2324..e405477cc 100644 --- a/Gemfile +++ b/Gemfile @@ -173,6 +173,6 @@ 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.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests gem "webdrivers", "~> 4.6" # Run Selenium tests more easily with install and updates for all supported webdrivers - gem "webmock", "~> 3.11", require: false # WebMock allows stubbing HTTP requests and setting expectations on HTTP requests + gem "webmock", "~> 3.12", require: false # 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 a920125c1..c55b86a3a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -823,7 +823,7 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (>= 3.0, < 4.0) - webmock (3.11.3) + webmock (3.12.0) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) @@ -999,7 +999,7 @@ DEPENDENCIES wcag_color_contrast (~> 0.1) web-console (~> 4.1) webdrivers (~> 4.6) - webmock (~> 3.11) + webmock (~> 3.12) webpacker (~> 5.2.1) yard (~> 0.9.26) yard-activerecord (~> 0.0.16) diff --git a/vendor/cache/webmock-3.11.3.gem b/vendor/cache/webmock-3.11.3.gem deleted file mode 100644 index fffce2445..000000000 Binary files a/vendor/cache/webmock-3.11.3.gem and /dev/null differ diff --git a/vendor/cache/webmock-3.12.0.gem b/vendor/cache/webmock-3.12.0.gem new file mode 100644 index 000000000..40e497351 Binary files /dev/null and b/vendor/cache/webmock-3.12.0.gem differ