From ed4aa0cd82c60ff4d5ebd2438062e23019b059e5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Oct 2022 18:53:22 +0000
Subject: [PATCH] Bump cucumber-rails from 2.3.0 to 2.6.1

Bumps [cucumber-rails](https://github.com/cucumber/cucumber-rails) from 2.3.0 to 2.6.1.
- [Release notes](https://github.com/cucumber/cucumber-rails/releases)
- [Changelog](https://github.com/cucumber/cucumber-rails/blob/main/CHANGELOG.md)
- [Commits](https://github.com/cucumber/cucumber-rails/compare/v2.3.0...v2.6.1)

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

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

diff --git a/Gemfile.lock b/Gemfile.lock
index b36941aa5f2..31ff81707ed 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -82,8 +82,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.1)
+      public_suffix (>= 2.0.2, < 6.0)
     arbre (1.4.0)
       activesupport (>= 3.0.0, < 6.2)
       ruby2_keywords (>= 0.0.2, < 1.0)
@@ -107,7 +107,7 @@ GEM
     chef-utils (16.4.41)
     cliver (0.3.2)
     coderay (1.1.2)
-    concurrent-ruby (1.1.9)
+    concurrent-ruby (1.1.10)
     crass (1.0.6)
     cucumber (5.3.0)
       builder (~> 3.2, >= 3.2.4)
@@ -135,12 +135,14 @@ GEM
       cucumber-messages (~> 13.0, >= 13.0.1)
     cucumber-messages (13.2.1)
       protobuf-cucumber (~> 3.10, >= 3.10.8)
-    cucumber-rails (2.3.0)
+    cucumber-rails (2.6.1)
       capybara (>= 2.18, < 4)
-      cucumber (>= 3.0.2, < 6)
-      mime-types (~> 3.2)
-      nokogiri (~> 1.8)
-      railties (>= 5.0, < 7)
+      cucumber (>= 3.2, < 9)
+      mime-types (~> 3.3)
+      nokogiri (~> 1.10)
+      railties (>= 5.0, < 8)
+      rexml (~> 3.0)
+      webrick (~> 1.7)
     cucumber-tag-expressions (2.0.4)
     cucumber-wire (4.0.1)
       cucumber-core (~> 8.0, >= 8.0.1)
@@ -164,7 +166,7 @@ GEM
       railties (>= 4.1.0)
       responders
       warden (~> 1.2.3)
-    diff-lcs (1.4.4)
+    diff-lcs (1.5.0)
     docile (1.3.4)
     draper (4.0.2)
       actionpack (>= 5.0)
@@ -173,7 +175,7 @@ GEM
       activesupport (>= 5.0)
       request_store (>= 1.0)
       ruby2_keywords
-    erubi (1.10.0)
+    erubi (1.11.0)
     faraday (1.4.1)
       faraday-excon (~> 1.1)
       faraday-net_http (~> 1.0)
@@ -188,8 +190,8 @@ GEM
       cliver (~> 0.3)
       concurrent-ruby (~> 1.1)
       websocket-driver (>= 0.6, < 0.8)
-    ffi (1.15.0)
-    ffi (1.15.0-java)
+    ffi (1.15.5)
+    ffi (1.15.5-java)
     formtastic (4.0.0)
       actionpack (>= 5.2.0)
     formtastic_i18n (0.7.0)
@@ -199,7 +201,7 @@ GEM
       actionpack (>= 5.2)
       activesupport (>= 5.2)
     highline (2.0.3)
-    i18n (1.8.10)
+    i18n (1.12.0)
       concurrent-ruby (~> 1.0)
     i18n-spec (0.6.0)
       iso
@@ -250,7 +252,7 @@ GEM
       kramdown (~> 2.0)
     launchy (2.5.0)
       addressable (~> 2.7)
-    loofah (2.10.0)
+    loofah (2.19.0)
       crass (~> 1.0.2)
       nokogiri (>= 1.5.9)
     mail (2.7.1)
@@ -264,12 +266,12 @@ GEM
       mixlib-shellout
     method_source (1.0.0)
     middleware (0.1.0)
-    mime-types (3.3.1)
+    mime-types (3.4.1)
       mime-types-data (~> 3.2015)
-    mime-types-data (3.2021.0225)
-    mini_mime (1.1.0)
-    mini_portile2 (2.5.3)
-    minitest (5.14.4)
+    mime-types-data (3.2022.0105)
+    mini_mime (1.1.2)
+    mini_portile2 (2.6.1)
+    minitest (5.15.0)
     mixlib-cli (2.1.8)
     mixlib-config (3.0.9)
       tomlrb
@@ -280,12 +282,12 @@ GEM
     netrc (0.11.0)
     nio4r (2.5.7)
     nio4r (2.5.7-java)
-    nokogiri (1.11.7)
-      mini_portile2 (~> 2.5.0)
+    nokogiri (1.12.5)
+      mini_portile2 (~> 2.6.1)
       racc (~> 1.4)
-    nokogiri (1.11.7-java)
+    nokogiri (1.12.5-java)
       racc (~> 1.4)
-    nokogiri (1.11.7-x86_64-linux)
+    nokogiri (1.12.5-x86_64-linux)
       racc (~> 1.4)
     octokit (4.21.0)
       faraday (>= 0.9)
@@ -312,14 +314,14 @@ GEM
     pry-byebug (3.9.0)
       byebug (~> 11.0)
       pry (~> 0.13.0)
-    public_suffix (4.0.6)
+    public_suffix (4.0.7)
     pundit (2.1.0)
       activesupport (>= 3.0.0)
-    racc (1.5.2)
-    racc (1.5.2-java)
-    rack (2.2.3)
-    rack-test (1.1.0)
-      rack (>= 1.0, < 3)
+    racc (1.6.0)
+    racc (1.6.0-java)
+    rack (2.2.4)
+    rack-test (2.0.2)
+      rack (>= 1.3)
     rails (6.1.4)
       actioncable (= 6.1.4)
       actionmailbox (= 6.1.4)
@@ -338,7 +340,7 @@ GEM
     rails-dom-testing (2.0.3)
       activesupport (>= 4.2.0)
       nokogiri (>= 1.6)
-    rails-html-sanitizer (1.3.0)
+    rails-html-sanitizer (1.4.3)
       loofah (~> 2.3)
     rails-i18n (6.0.0)
       i18n (>= 0.7, < 2)
@@ -355,7 +357,7 @@ GEM
       activerecord (>= 5.2.4)
       activesupport (>= 5.2.4)
       i18n
-    regexp_parser (2.1.1)
+    regexp_parser (2.6.0)
     request_store (1.5.0)
       rack (>= 1.4)
     responders (3.0.1)
@@ -436,12 +438,12 @@ GEM
       ffi (~> 1.1)
     terminal-table (3.0.0)
       unicode-display_width (~> 1.1, >= 1.1.1)
-    thor (1.1.0)
+    thor (1.2.1)
     thread_safe (0.3.6)
     thread_safe (0.3.6-java)
     tilt (2.0.10)
     tomlrb (1.3.0)
-    tzinfo (2.0.4)
+    tzinfo (2.0.5)
       concurrent-ruby (~> 1.0)
     unicode-display_width (1.7.0)
     warden (1.2.9)
@@ -455,7 +457,7 @@ GEM
     xpath (3.2.0)
       nokogiri (~> 1.8)
     yard (0.9.26)
-    zeitwerk (2.4.2)
+    zeitwerk (2.6.1)
 
 PLATFORMS
   java