diff --git a/api/Gemfile b/api/Gemfile index adbf8f301..a81873857 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.36.0' - gem 'rubocop-rails', '~> 2.26', '>= 2.26.2' + gem 'rubocop-rails', '~> 2.28' end # Use Capistrano for deployment diff --git a/api/Gemfile.lock b/api/Gemfile.lock index d6a6b893c..81e9bc37c 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -334,7 +334,7 @@ DEPENDENCIES rack-cors rails (~> 7.1.3, >= 7.1.3.3) rubocop-minitest (~> 0.36.0) - rubocop-rails (~> 2.26, >= 2.26.2) + rubocop-rails (~> 2.28) rubyzip (~> 2.3, >= 2.3.2) sentry-rails sentry-ruby