]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop Rails to 2.25 (#39889).
authorGo MAEDA <maeda@farend.jp>
Sat, 18 May 2024 06:20:25 +0000 (06:20 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 18 May 2024 06:20:25 +0000 (06:20 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22839 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index c42714d57756518a4f027beadbf10a7b65ec774e..f4e8c5a08f701c2c8ac0657685d2a302e7d79018 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -108,7 +108,7 @@ group :test do
   # RuboCop
   gem 'rubocop', '~> 1.63.0', require: false
   gem 'rubocop-performance', '~> 1.21.0', require: false
-  gem 'rubocop-rails', '~> 2.24.0', require: false
+  gem 'rubocop-rails', '~> 2.25.0', require: false
 end
 
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")