Update rubocop dependency in Gemfile and Gemfile.lock to version 1.82.1 for improved compatibility and performance.

This commit is contained in:
Ari Karim 2026-01-18 10:17:09 +03:00
parent 070a525c3b
commit 415bfdfb3e
No known key found for this signature in database
GPG Key ID: 1A5559E2E32F1805
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ gem 'rake', '~> 13.3.0'
gem 'rspec', '~> 3.12' gem 'rspec', '~> 3.12'
gem 'rubocop', '~> 1.58' gem 'rubocop', '~> 1.82.1'
gem 'rubocop-rails', '~> 2.22' gem 'rubocop-rails', '~> 2.22'

View File

@ -104,7 +104,7 @@ DEPENDENCIES
rabbit_carrots! rabbit_carrots!
rake (~> 13.3.0) rake (~> 13.3.0)
rspec (~> 3.12) rspec (~> 3.12)
rubocop (~> 1.58) rubocop (~> 1.82.1)
rubocop-rails (~> 2.22) rubocop-rails (~> 2.22)
BUNDLED WITH BUNDLED WITH