From 415bfdfb3e882d0b0d7aa22739ec59a73a1c82f7 Mon Sep 17 00:00:00 2001 From: Ari Karim Date: Sun, 18 Jan 2026 10:17:09 +0300 Subject: [PATCH] Update rubocop dependency in Gemfile and Gemfile.lock to version 1.82.1 for improved compatibility and performance. --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index c483590..26307c3 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,6 @@ gem 'rake', '~> 13.3.0' gem 'rspec', '~> 3.12' -gem 'rubocop', '~> 1.58' +gem 'rubocop', '~> 1.82.1' gem 'rubocop-rails', '~> 2.22' diff --git a/Gemfile.lock b/Gemfile.lock index 249a4ac..cd16153 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ DEPENDENCIES rabbit_carrots! rake (~> 13.3.0) rspec (~> 3.12) - rubocop (~> 1.58) + rubocop (~> 1.82.1) rubocop-rails (~> 2.22) BUNDLED WITH