From 84d8dc76b18608e33545fb2d2a9b2d37362030c9 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 12 Jul 2024 11:17:12 +0000
Subject: [PATCH] build(deps-dev): bump rubocop-rspec from 2.26.1 to 3.0.3

Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.26.1 to 3.0.3.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.26.1...v3.0.3)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile      |  2 +-
 Gemfile.lock | 28 ++++++++++++----------------
 2 files changed, 13 insertions(+), 17 deletions(-)

diff --git a/Gemfile b/Gemfile
index a515b7cd55b..342a638aa25 100644
--- a/Gemfile
+++ b/Gemfile
@@ -91,7 +91,7 @@ group :test do
   gem 'rspec-wait'
   gem 'rubocop', '~> 1.63.3'
   gem 'rubocop-rails', '~> 2.24'
-  gem 'rubocop-rspec', '~> 2.26'
+  gem 'rubocop-rspec', '~> 3.0'
   gem 'rubocop-sequel', '~> 0.3.4'
   gem 'timecop'
   gem 'webmock', '> 2.3.1'
diff --git a/Gemfile.lock b/Gemfile.lock
index fced0ad7f5d..36d9e2c56ab 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -353,10 +353,10 @@ GEM
     openssl (3.2.0)
     os (1.1.4)
     palm_civet (1.1.0)
-    parallel (1.24.0)
+    parallel (1.25.1)
     parallel_tests (4.7.0)
       parallel
-    parser (3.3.0.5)
+    parser (3.3.4.0)
       ast (~> 2.4.1)
       racc
     pg (1.5.6)
@@ -372,7 +372,7 @@ GEM
     public_suffix (5.0.5)
     puma (6.4.2)
       nio4r (~> 2.0)
-    racc (1.7.3)
+    racc (1.8.0)
     rack (2.2.9)
     rack-protection (3.2.0)
       base64 (>= 0.1.0)
@@ -411,7 +411,7 @@ GEM
       redis-client (>= 0.22.0)
     redis-client (0.22.0)
       connection_pool
-    regexp_parser (2.9.0)
+    regexp_parser (2.9.2)
     reline (0.5.0)
       io-console (~> 0.5)
     representable (3.2.0)
@@ -427,7 +427,8 @@ GEM
     retryable (3.0.5)
     reverse_markdown (2.1.1)
       nokogiri
-    rexml (3.2.6)
+    rexml (3.3.1)
+      strscan
     rfc822 (0.1.5)
     roodi (5.0.0)
       ruby_parser (~> 3.2, >= 3.2.2)
@@ -476,21 +477,15 @@ GEM
       rubocop-ast (>= 1.31.1, < 2.0)
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 2.4.0, < 3.0)
-    rubocop-ast (1.31.2)
-      parser (>= 3.3.0.4)
-    rubocop-capybara (2.20.0)
-      rubocop (~> 1.41)
-    rubocop-factory_bot (2.25.1)
-      rubocop (~> 1.41)
+    rubocop-ast (1.31.3)
+      parser (>= 3.3.1.0)
     rubocop-rails (2.24.1)
       activesupport (>= 4.2.0)
       rack (>= 1.1)
       rubocop (>= 1.33.0, < 2.0)
       rubocop-ast (>= 1.31.1, < 2.0)
-    rubocop-rspec (2.26.1)
-      rubocop (~> 1.40)
-      rubocop-capybara (~> 2.17)
-      rubocop-factory_bot (~> 2.22)
+    rubocop-rspec (3.0.3)
+      rubocop (~> 1.61)
     rubocop-sequel (0.3.4)
       rubocop (~> 1.0)
     ruby-progressbar (1.13.0)
@@ -550,6 +545,7 @@ GEM
       fluent-logger
       yajl-ruby (~> 1.0)
     stringio (3.1.0)
+    strscan (3.1.0)
     talentbox-delayed_job_sequel (4.3.0)
       delayed_job (~> 4.1.0)
       sequel (>= 3.38, < 6.0)
@@ -658,7 +654,7 @@ DEPENDENCIES
   rspec_api_documentation (>= 6.1.0)
   rubocop (~> 1.63.3)
   rubocop-rails (~> 2.24)
-  rubocop-rspec (~> 2.26)
+  rubocop-rspec (~> 3.0)
   rubocop-sequel (~> 0.3.4)
   rubyzip (>= 1.3.0)
   sequel (~> 5.79)