From 86f8d1ed3bed5e4e1926122ce34f6ee611d85a1c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Sep 2024 02:20:21 +0000
Subject: [PATCH] Bump the rubocop group across 1 directory with 2 updates

Bumps the rubocop group with 2 updates in the /updater directory: [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec).


Updates `rubocop` from 1.65.1 to 1.66.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.65.1...v1.66.0)

Updates `rubocop-rspec` from 2.29.2 to 3.0.4
- [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.29.2...v3.0.4)

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

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

diff --git a/updater/Gemfile b/updater/Gemfile
index 8bb97ca9a..64b2b689a 100644
--- a/updater/Gemfile
+++ b/updater/Gemfile
@@ -34,9 +34,9 @@ group :test do
   gem "rspec", "~> 3.12"
   gem "rspec-its", "~> 1.3"
   gem "rspec-sorbet", "~> 1.9.2"
-  gem "rubocop", "~> 1.65.1"
+  gem "rubocop", "~> 1.66.0"
   gem "rubocop-performance", "~> 1.21.0"
-  gem "rubocop-rspec", "~> 2.29.1"
+  gem "rubocop-rspec", "~> 3.0.4"
   gem "rubocop-sorbet", "~> 0.8.1"
   gem "simplecov", "~> 0.22.0"
   gem "turbo_tests", "~> 2.2.0"
diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock
index e848674ff..1f8600102 100644
--- a/updater/Gemfile.lock
+++ b/updater/Gemfile.lock
@@ -292,32 +292,22 @@ GEM
     rspec-sorbet (1.9.2)
       sorbet-runtime
     rspec-support (3.13.1)
-    rubocop (1.65.1)
+    rubocop (1.66.0)
       json (~> 2.3)
       language_server-protocol (>= 3.17.0)
       parallel (~> 1.10)
       parser (>= 3.3.0.2)
       rainbow (>= 2.2.2, < 4.0)
       regexp_parser (>= 2.4, < 3.0)
-      rexml (>= 3.2.5, < 4.0)
-      rubocop-ast (>= 1.31.1, < 2.0)
+      rubocop-ast (>= 1.32.1, < 2.0)
       ruby-progressbar (~> 1.7)
       unicode-display_width (>= 2.4.0, < 3.0)
     rubocop-ast (1.32.1)
       parser (>= 3.3.1.0)
-    rubocop-capybara (2.21.0)
-      rubocop (~> 1.41)
-    rubocop-factory_bot (2.26.1)
-      rubocop (~> 1.61)
     rubocop-performance (1.21.1)
       rubocop (>= 1.48.1, < 2.0)
       rubocop-ast (>= 1.31.1, < 2.0)
-    rubocop-rspec (2.29.2)
-      rubocop (~> 1.40)
-      rubocop-capybara (~> 2.17)
-      rubocop-factory_bot (~> 2.22)
-      rubocop-rspec_rails (~> 2.28)
-    rubocop-rspec_rails (2.29.1)
+    rubocop-rspec (3.0.4)
       rubocop (~> 1.61)
     rubocop-sorbet (0.8.5)
       rubocop (>= 1)
@@ -394,9 +384,9 @@ DEPENDENCIES
   rspec (~> 3.12)
   rspec-its (~> 1.3)
   rspec-sorbet (~> 1.9.2)
-  rubocop (~> 1.65.1)
+  rubocop (~> 1.66.0)
   rubocop-performance (~> 1.21.0)
-  rubocop-rspec (~> 2.29.1)
+  rubocop-rspec (~> 3.0.4)
   rubocop-sorbet (~> 0.8.1)
   sentry-opentelemetry (~> 5.19)
   sentry-ruby (~> 5.17)