From a0564a2acd6464b5a0f8776dc35d4e5d5dbd5479 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 30 Oct 2023 01:19:48 +0000 Subject: [PATCH] Merged r22401 from trunk to 5.1-stable (#37248). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22402 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1285ed49b..5b789f927 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ group :test do # RuboCop gem 'rubocop', '~> 1.57.0', require: false gem 'rubocop-performance', '~> 1.19.0', require: false - gem 'rubocop-rails', '~> 2.21.2', require: false + gem 'rubocop-rails', '~> 2.22.1', require: false end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") -- 2.39.5