From b723fac008884389a29b5c3abbc9570466176920 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 27 Oct 2024 05:38:44 +0000 Subject: [PATCH] Update RuboCop Rails to 2.27 (#39889). git-svn-id: https://svn.redmine.org/redmine/trunk@23165 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c44abb28e..60633a552 100644 --- a/Gemfile +++ b/Gemfile @@ -105,7 +105,7 @@ group :test do # RuboCop gem 'rubocop', '~> 1.67.0', require: false gem 'rubocop-performance', '~> 1.22.0', require: false - gem 'rubocop-rails', '~> 2.26.0', require: false + gem 'rubocop-rails', '~> 2.27.0', require: false end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") -- 2.39.5