diff --git a/Gemfile b/Gemfile index cc0758f7c5775..66c3b263cccad 100644 --- a/Gemfile +++ b/Gemfile @@ -346,7 +346,7 @@ group :development, :test do gem 'gitlab-styles', '~> 2.3', require: false # Pin these dependencies, otherwise a new rule could break the CI pipelines - gem 'rubocop', '~> 0.52.1' + gem 'rubocop', '~> 0.57.1' gem 'rubocop-rspec', '~> 1.22.1' gem 'scss_lint', '~> 0.56.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 7332b55c1758a..92261501ada88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -415,6 +415,7 @@ GEM cause json ipaddress (0.8.3) + jaro_winkler (1.5.1) jira-ruby (1.4.1) activesupport multipart-post @@ -775,9 +776,10 @@ GEM pg rails sqlite3 - rubocop (0.52.1) + rubocop (0.57.1) + jaro_winkler (~> 1.5.1) parallel (~> 1.10) - parser (>= 2.4.0.2, < 3.0) + parser (>= 2.5) powerpack (~> 0.1) rainbow (>= 2.2.2, < 4.0) ruby-progressbar (~> 1.7) @@ -918,7 +920,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.5) - unicode-display_width (1.3.0) + unicode-display_width (1.4.0) unicorn (5.1.0) kgio (~> 2.6) raindrops (~> 0.7) @@ -1140,7 +1142,7 @@ DEPENDENCIES rspec-retry (~> 0.4.5) rspec-set (~> 0.1.3) rspec_profiling (~> 0.0.5) - rubocop (~> 0.52.1) + rubocop (~> 0.57.1) rubocop-rspec (~> 1.22.1) ruby-fogbugz (~> 0.2.1) ruby-prof (~> 0.17.0)