summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-12-26 04:08:35 +0000
committerGo MAEDA <maeda@farend.jp>2024-12-26 04:08:35 +0000
commit390546c78d218209aa5d0f35b551cc5aeaa57b49 (patch)
tree57f850a341c479a2cde9965739e71ba064b6c862
parent068c77505e97a7b72c64ffc260f54d5694bc1e89 (diff)
downloadredmine-390546c78d218209aa5d0f35b551cc5aeaa57b49.tar.gz
redmine-390546c78d218209aa5d0f35b551cc5aeaa57b49.zip
Update Rubocop Rails to 2.28 (#42044).
git-svn-id: https://svn.redmine.org/redmine/trunk@23418 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b46b7ec58..5992c3596 100644
--- a/Gemfile
+++ b/Gemfile
@@ -112,7 +112,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.69.0', require: false
gem 'rubocop-performance', '~> 1.23.0', require: false
- gem 'rubocop-rails', '~> 2.27.0', require: false
+ gem 'rubocop-rails', '~> 2.28.0', require: false
gem 'bundle-audit', require: false
end