diff --git a/Gemfile b/Gemfile index a58707bc1..61d6261a1 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'rake', '13.2.1', require: false gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '6.1.2', require: false -gem 'rubocop', '1.61.0', require: false +gem 'rubocop', '1.64.1', require: false gem 'rubocop-rspec', '3.0.2', require: false gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 19f8842cc..be9402b12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -187,7 +187,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.61.0) + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -195,7 +195,7 @@ 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.31.3) @@ -283,7 +283,7 @@ DEPENDENCIES relative_time (= 1.1.0) rerun (= 0.14.0) rspec-rails (= 6.1.2) - rubocop (= 1.61.0) + rubocop (= 1.64.1) rubocop-rspec (= 3.0.2) sass (= 3.7.4) sentry-raven (= 3.1.2)