diff --git a/Gemfile b/Gemfile index 5d235f06..20c664f3 100644 --- a/Gemfile +++ b/Gemfile @@ -73,11 +73,11 @@ group :development, :test do gem 'rspec-rails' gem 'rspec-sidekiq' gem 'rspec-teamcity', require: false - gem 'rubocop', '~> 1.75.0' + gem 'rubocop', '~> 1.81.0' gem 'rubocop-factory_bot', '~> 2.27.0' - gem 'rubocop-performance', '~> 1.24.0' - gem 'rubocop-rails', '~> 2.30.0' - gem 'rubocop-rspec', '~> 3.5.0' + gem 'rubocop-performance', '~> 1.26.0' + gem 'rubocop-rails', '~> 2.33.0' + gem 'rubocop-rspec', '~> 3.7.0' gem 'rubocop-rspec_rails', '~> 2.31.0' gem 'simplecov' gem 'timecop' diff --git a/Gemfile.lock b/Gemfile.lock index 4f69a3ae..a4e594f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -381,7 +381,7 @@ GEM rspec-support (3.13.2) rspec-teamcity (1.0.0) rspec (>= 2.99, >= 2.14.2, < 4) - rubocop (1.75.1) + rubocop (1.81.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -389,26 +389,26 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.43.0, < 2.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.43.0) + rubocop-ast (1.47.1) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-factory_bot (2.27.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) - rubocop-performance (1.24.0) + rubocop-performance (1.26.0) lint_roller (~> 1.1) - rubocop (>= 1.72.1, < 2.0) - rubocop-ast (>= 1.38.0, < 2.0) - rubocop-rails (2.30.3) + rubocop (>= 1.75.0, < 2.0) + rubocop-ast (>= 1.44.0, < 2.0) + rubocop-rails (2.33.4) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) - rubocop (>= 1.72.1, < 2.0) - rubocop-ast (>= 1.38.0, < 2.0) - rubocop-rspec (3.5.0) + rubocop (>= 1.75.0, < 2.0) + rubocop-ast (>= 1.44.0, < 2.0) + rubocop-rspec (3.7.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) rubocop-rspec_rails (2.31.0) @@ -526,11 +526,11 @@ DEPENDENCIES rspec-rails rspec-sidekiq rspec-teamcity - rubocop (~> 1.75.0) + rubocop (~> 1.81.0) rubocop-factory_bot (~> 2.27.0) - rubocop-performance (~> 1.24.0) - rubocop-rails (~> 2.30.0) - rubocop-rspec (~> 3.5.0) + rubocop-performance (~> 1.26.0) + rubocop-rails (~> 2.33.0) + rubocop-rspec (~> 3.7.0) rubocop-rspec_rails (~> 2.31.0) ruby-prof sentry-rails