diff --git a/Gemfile b/Gemfile index f685a6a7..ba916bfe 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ end group :development do gem 'better_errors' gem 'binding_of_caller' # Needed by better_errors to enable html console - gem 'rubocop', '~> 1.48', require: false + gem 'rubocop', '~> 1.63', require: false gem 'rubocop-performance', '~> 1.16', require: false gem 'rubocop-rails', '~> 2.18', require: false gem 'rubocop-rspec', '~> 2.19', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6f5a73e7..00ca2f16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,7 @@ GEM irb (1.11.2) rdoc reline (>= 0.4.2) - json (2.7.1) + json (2.7.2) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -222,7 +222,7 @@ GEM activerecord (>= 6.1) request_store (~> 1.4) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc pg (1.5.5) @@ -311,7 +311,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.13.1) - rubocop (1.60.2) + rubocop (1.63.4) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -319,11 +319,11 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) rubocop-capybara (2.20.0) rubocop (~> 1.41) rubocop-factory_bot (2.25.1) @@ -407,7 +407,7 @@ DEPENDENCIES pundit rails (~> 7.1.1) rspec-rails - rubocop (~> 1.48) + rubocop (~> 1.63) rubocop-performance (~> 1.16) rubocop-rails (~> 2.18) rubocop-rspec (~> 2.19)