From f4e4754430b3286afc7300c53279363bf0c49569 Mon Sep 17 00:00:00 2001
From: Zane Wolfgang Pickett <sirwolfgang@users.noreply.github.com>
Date: Fri, 1 Nov 2024 10:54:23 +0100
Subject: [PATCH 1/2] Add rubocop-obsession

---
 Gemfile      | 1 +
 Gemfile.lock | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index 6683f2fc..803142f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,7 @@ gem "rubocop-factory_bot", require: false
 gem "rubocop-graphql", require: false
 gem "rubocop-i18n", require: false
 gem "rubocop-minitest", require: false
+gem "rubocop-obsession", require: false
 gem "rubocop-performance", require: false
 gem "rubocop-rails", require: false
 gem "rubocop-rails-omakase", require: false
diff --git a/Gemfile.lock b/Gemfile.lock
index 6ce40714..cc4fd40c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -77,6 +77,9 @@ GEM
     rubocop-minitest (0.35.0)
       rubocop (>= 1.61, < 2.0)
       rubocop-ast (>= 1.31.1, < 2.0)
+    rubocop-obsession (0.1.5)
+      activesupport
+      rubocop (~> 1.41)
     rubocop-performance (1.21.1)
       rubocop (>= 1.48.1, < 2.0)
       rubocop-ast (>= 1.31.1, < 2.0)
@@ -127,6 +130,7 @@ DEPENDENCIES
   rubocop-graphql
   rubocop-i18n
   rubocop-minitest
+  rubocop-obsession
   rubocop-performance
   rubocop-rails
   rubocop-rails-omakase
@@ -140,4 +144,4 @@ DEPENDENCIES
   test-prof
 
 BUNDLED WITH
-   2.4.10
+   2.4.17

From 0b060faf412c8f04ebf777185c194dcf4527f91d Mon Sep 17 00:00:00 2001
From: Zane Pickett <sirwolfgang@users.noreply.github.com>
Date: Fri, 8 Nov 2024 10:57:03 +0100
Subject: [PATCH 2/2] Update Gemfile.lock

Co-authored-by: Jerome Dalbert <jerome.dalbert@gmail.com>
---
 Gemfile.lock | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index cc4fd40c..86bef706 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -77,7 +77,7 @@ GEM
     rubocop-minitest (0.35.0)
       rubocop (>= 1.61, < 2.0)
       rubocop-ast (>= 1.31.1, < 2.0)
-    rubocop-obsession (0.1.5)
+    rubocop-obsession (0.1.9)
       activesupport
       rubocop (~> 1.41)
     rubocop-performance (1.21.1)