summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-10-27 05:38:44 +0000
committerGo MAEDA <maeda@farend.jp>2024-10-27 05:38:44 +0000
commitb723fac008884389a29b5c3abbc9570466176920 (patch)
treebb68f2df5b32cfcd96489e043630c4caf6811b34
parente6c8e8866f6c8b5c736849c4d444a513e389bab8 (diff)
downloadredmine-b723fac008884389a29b5c3abbc9570466176920.tar.gz
redmine-b723fac008884389a29b5c3abbc9570466176920.zip
Update RuboCop Rails to 2.27 (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@23165 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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")