From fd83e97b135ee8affedf57f18952bce30271fc2e Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 25 Aug 2024 05:09:37 +0000 Subject: Update RuboCop Rails to 2.26 (#39889). git-svn-id: https://svn.redmine.org/redmine/trunk@22986 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 17f4d42ac..b6cd0d236 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ group :test do # RuboCop gem 'rubocop', '~> 1.65.0', require: false gem 'rubocop-performance', '~> 1.21.0', require: false - gem 'rubocop-rails', '~> 2.25.0', require: false + gem 'rubocop-rails', '~> 2.26.0', require: false end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") -- cgit v1.2.3