From a06f7498352f471c78ee1579f7791a7adec22b0f Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 22 Jun 2023 02:26:10 +0000 Subject: [PATCH] Update RuboCop Rails to 2.20 (#37248). git-svn-id: https://svn.redmine.org/redmine/trunk@22261 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ce8481c6c..a3c74d315 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,7 @@ group :test do # RuboCop gem 'rubocop', '~> 1.52.0', require: false gem 'rubocop-performance', '~> 1.18.0', require: false - gem 'rubocop-rails', '~> 2.19.1', require: false + gem 'rubocop-rails', '~> 2.20.2', require: false end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") -- 2.39.5