From 541c6ad82b43e8c84e31d39a57b878ded6ae4741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:29:16 +0000 Subject: [PATCH] Update dependency rubocop-rails to '~> 2.28' --- api/Gemfile | 2 +- api/Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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