diff --git a/Gemfile b/Gemfile index 2b84cde4a..09b7712f3 100644 --- a/Gemfile +++ b/Gemfile @@ -43,9 +43,9 @@ group :development, :test do gem 'committee' gem 'committee-rails' gem 'simplecov' - gem 'rubocop', '~> 1.52.0' + gem 'rubocop', '~> 1.56.0' gem 'rubocop-rails' - gem 'rubocop-rspec', '>= 2.22.0' + gem 'rubocop-rspec' gem 'annotate', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 371ad6538..0b0e4d5f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,6 +135,7 @@ GEM rack (~> 2) aws-sigv4 (1.5.1) aws-eventstream (~> 1, >= 1.0.2) + base64 (0.1.1) bindex (0.8.1) bootsnap (1.13.0) msgpack (~> 1.2) @@ -458,8 +459,9 @@ GEM opentelemetry-semantic_conventions (1.8.0) opentelemetry-api (~> 1.0) parallel (1.22.1) - parser (3.2.1.0) + parser (3.2.2.3) ast (~> 2.4.1) + racc pluginator (1.5.0) pre-commit (0.39.0) pluginator (~> 1.5) @@ -543,7 +545,7 @@ GEM redis-store (>= 1.2, < 2) redis-store (1.9.1) redis (>= 4, < 5) - regexp_parser (2.7.0) + regexp_parser (2.8.1) rexml (3.2.5) roda (3.59.0) rack @@ -564,14 +566,16 @@ GEM rspec-mocks (~> 3.11) rspec-support (~> 3.11) rspec-support (3.12.0) - rubocop (1.52.0) + rubocop (1.56.3) + base64 (~> 0.1.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) @@ -580,11 +584,11 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.23.1) rubocop (~> 1.33) - rubocop-rails (2.19.1) + rubocop-rails (2.21.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) - rubocop-rspec (2.22.0) + rubocop-rspec (2.23.2) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -745,9 +749,9 @@ DEPENDENCIES redis-rails rexml (~> 3.2, >= 3.2.4) rspec-rails - rubocop (~> 1.52.0) + rubocop (~> 1.56.0) rubocop-rails - rubocop-rspec (>= 2.22.0) + rubocop-rspec sass-rails (>= 6) seed-fu sentry-opentelemetry