diff --git a/api/Gemfile b/api/Gemfile index 057605ac6..624907a75 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -60,7 +60,7 @@ group :development do # gem "spring" gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed gem 'rubocop-minitest', '~> 0.35.0' - gem 'rubocop-rails', '~> 2.25' + gem 'rubocop-rails', '~> 2.26', '>= 2.26.2' end # Use Capistrano for deployment diff --git a/api/Gemfile.lock b/api/Gemfile.lock index f01cefddc..57e358905 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -193,8 +193,8 @@ GEM nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - parallel (1.25.1) - parser (3.3.3.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc psych (5.1.2) @@ -248,28 +248,25 @@ GEM regexp_parser (2.9.2) reline (0.5.9) io-console (~> 0.5) - rexml (3.3.0) - strscan - rubocop (1.64.1) + rubocop (1.67.0) 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 (>= 1.8, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + regexp_parser (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-minitest (0.35.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-rails (2.25.0) + rubocop-rails (2.26.2) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) @@ -287,12 +284,11 @@ GEM net-ssh (>= 2.8.0) stackprof (0.2.26) stringio (3.1.1) - strscan (3.1.0) thor (1.3.1) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -326,7 +322,7 @@ DEPENDENCIES rack-cors rails (~> 7.1.3, >= 7.1.3.3) rubocop-minitest (~> 0.35.0) - rubocop-rails (~> 2.25) + rubocop-rails (~> 2.26, >= 2.26.2) rubyzip (~> 2.3, >= 2.3.2) sentry-rails sentry-ruby