diff --git a/Gemfile b/Gemfile index 286de81d..c9b8beeb 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ end group :development do gem 'better_errors' gem 'binding_of_caller' # Needed by better_errors to enable html console - gem 'rubocop', '~> 1.68.0', require: false + gem 'rubocop', '~> 1.75.5', require: false gem 'rubocop-performance', '~> 1.16', require: false gem 'rubocop-rails', '~> 2.27.0', require: false gem 'rubocop-rspec', '~> 2.19', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 0cbe7bf8..32e717cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM public_suffix (>= 2.0.2, < 7.0) airbrussh (1.5.3) sshkit (>= 1.6.1, != 1.7.0) - ast (2.4.2) + ast (2.4.3) base64 (0.2.0) bcrypt (3.1.20) benchmark (0.4.0) @@ -170,7 +170,7 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.10.2) + json (2.11.3) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -188,6 +188,7 @@ GEM addressable (~> 2.8) childprocess (~> 5.0) logger (~> 1.6) + lint_roller (1.1.0) logger (1.6.6) loofah (2.24.0) crass (~> 1.0.2) @@ -230,8 +231,8 @@ GEM paper_trail (16.0.0) activerecord (>= 6.1) request_store (~> 1.4) - parallel (1.26.3) - parser (3.3.7.1) + parallel (1.27.0) + parser (3.3.8.0) ast (~> 2.4.1) racc pg (1.5.9) @@ -241,6 +242,7 @@ GEM pp (0.6.2) prettyprint prettyprint (0.2.0) + prism (1.4.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -324,18 +326,20 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.68.0) + rubocop (1.75.5) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.38.1) - parser (>= 3.3.1.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.44.1) + parser (>= 3.3.7.2) + prism (~> 1.4) rubocop-capybara (2.21.0) rubocop (~> 1.41) rubocop-factory_bot (2.26.1) @@ -386,7 +390,9 @@ GEM timeout (0.4.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) useragent (0.16.11) warden (1.2.9) rack (>= 2.0.9) @@ -428,7 +434,7 @@ DEPENDENCIES pundit rails (~> 7.2.1) rspec-rails - rubocop (~> 1.68.0) + rubocop (~> 1.75.5) rubocop-performance (~> 1.16) rubocop-rails (~> 2.27.0) rubocop-rspec (~> 2.19)