diff --git a/Gemfile b/Gemfile index 8bbf341d2df..668936eac7e 100644 --- a/Gemfile +++ b/Gemfile @@ -108,7 +108,7 @@ group :development, :test do # Use RSpec for Behaviour testing gem 'rspec-rails', '~> 6' - gem 'rubocop', '~> 1.67' + gem 'rubocop', '~> 1.69' # Factory Bot for factories # fix for https://github.com/thoughtbot/factory_bot/issues/1690 diff --git a/Gemfile.lock b/Gemfile.lock index ff01f798515..935fd226454 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,7 +295,7 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) jmespath (1.6.2) - json (2.7.4) + json (2.9.0) jwt (2.9.3) base64 kaminari (1.2.2) @@ -375,7 +375,7 @@ GEM parallel (1.26.3) parallel_tests (4.7.2) parallel - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc pg (1.5.9) @@ -465,7 +465,7 @@ GEM redis-store (>= 1.2, < 2) redis-store (1.10.0) redis (>= 4, < 6) - regexp_parser (2.9.2) + regexp_parser (2.9.3) reline (0.5.12) io-console (~> 0.5) request_store (1.7.0) @@ -510,17 +510,17 @@ GEM rspec-support (3.13.1) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.67.0) + rubocop (1.69.1) json (~> 2.3) language_server-protocol (>= 3.17.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.36.2, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-rails (2.27.0) activesupport (>= 4.2.0) @@ -683,7 +683,7 @@ DEPENDENCIES rspec-rails (~> 6) rspec-retry rspec_junit_formatter - rubocop (~> 1.67) + rubocop (~> 1.69) rubocop-rails ruby-oembed rubyzip