diff options
author | Go MAEDA <maeda@farend.jp> | 2024-12-26 04:08:35 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-12-26 04:08:35 +0000 |
commit | 390546c78d218209aa5d0f35b551cc5aeaa57b49 (patch) | |
tree | 57f850a341c479a2cde9965739e71ba064b6c862 | |
parent | 068c77505e97a7b72c64ffc260f54d5694bc1e89 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |