From 4460861233856e274d12fe542ef936bf7cea0c25 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 20 Dec 2023 09:41:28 +0000 Subject: [PATCH] Update RuboCop Rails to 2.23 (#39889). git-svn-id: https://svn.redmine.org/redmine/trunk@22537 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 69c8fa0e3..d031e0eca 100644 --- a/Gemfile +++ b/Gemfile @@ -113,7 +113,7 @@ group :test do # RuboCop gem 'rubocop', '~> 1.59.0', require: false gem 'rubocop-performance', '~> 1.20.0', require: false - gem 'rubocop-rails', '~> 2.22.1', require: false + gem 'rubocop-rails', '~> 2.23.0', require: false end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") -- 2.39.5