summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-05-18 06:20:25 +0000
committerGo MAEDA <maeda@farend.jp>2024-05-18 06:20:25 +0000
commitd584e7248c865b4b93a674bc360478768b620f2c (patch)
tree351a301a909d4da9baf235b4afed410149cc24bd /Gemfile
parentbd4ac7c96c590d08c865908de2cf82f3e5640f96 (diff)
downloadredmine-d584e7248c865b4b93a674bc360478768b620f2c.tar.gz
redmine-d584e7248c865b4b93a674bc360478768b620f2c.zip
Update RuboCop Rails to 2.25 (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@22839 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c42714d57..f4e8c5a08 100644
--- 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")