From 1cd4930a9f2b1587961fd85cdb58db6647c12c4a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 28 Aug 2023 18:07:10 +0000
Subject: [PATCH] Bump webmock from 3.11.1 to 3.19.0

Bumps [webmock](https://github.com/bblimke/webmock) from 3.11.1 to 3.19.0.
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bblimke/webmock/compare/v3.11.1...v3.19.0)

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile.lock | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index e10b481..7e41f59 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -60,8 +60,8 @@ GEM
       minitest (>= 5.1)
       tzinfo (~> 2.0)
       zeitwerk (~> 2.3)
-    addressable (2.7.0)
-      public_suffix (>= 2.0.2, < 5.0)
+    addressable (2.8.5)
+      public_suffix (>= 2.0.2, < 6.0)
     autoprefixer-rails (10.2.0.0)
       execjs
     bindex (0.8.1)
@@ -119,14 +119,8 @@ GEM
     nokogiri (1.11.2)
       mini_portile2 (~> 2.5.0)
       racc (~> 1.4)
-    nokogiri (1.11.2-arm64-darwin)
-      racc (~> 1.4)
-    nokogiri (1.11.2-x64-mingw32)
-      racc (~> 1.4)
-    nokogiri (1.11.2-x86_64-linux)
-      racc (~> 1.4)
     popper_js (1.16.0)
-    public_suffix (4.0.6)
+    public_suffix (5.0.3)
     puma (5.1.1)
       nio4r (~> 2.0)
     racc (1.5.2)
@@ -171,7 +165,7 @@ GEM
     rb-fsevent (0.10.4)
     rb-inotify (0.10.1)
       ffi (~> 1.0)
-    rexml (3.2.4)
+    rexml (3.2.6)
     rspec-core (3.10.1)
       rspec-support (~> 3.10.0)
     rspec-expectations (3.10.1)
@@ -237,8 +231,8 @@ GEM
       nokogiri (~> 1.6)
       rubyzip (>= 1.3.0)
       selenium-webdriver (>= 3.0, < 4.0)
-    webmock (3.11.1)
-      addressable (>= 2.3.6)
+    webmock (3.19.0)
+      addressable (>= 2.8.0)
       crack (>= 0.3.2)
       hashdiff (>= 0.4.0, < 2.0.0)
     webpacker (5.2.1)