summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-08-25 05:09:37 +0000
committerGo MAEDA <maeda@farend.jp>2024-08-25 05:09:37 +0000
commitfd83e97b135ee8affedf57f18952bce30271fc2e (patch)
tree8adb8c55c16c0d084dba60dcee2a24dc4f84a07f /Gemfile
parentb1767ab637764fa22213e5e5e57041bdec8ca16d (diff)
downloadredmine-fd83e97b135ee8affedf57f18952bce30271fc2e.tar.gz
redmine-fd83e97b135ee8affedf57f18952bce30271fc2e.zip
Update RuboCop Rails to 2.26 (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@22986 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 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")