diff options
author | Go MAEDA <maeda@farend.jp> | 2024-08-25 05:09:37 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-08-25 05:09:37 +0000 |
commit | fd83e97b135ee8affedf57f18952bce30271fc2e (patch) | |
tree | 8adb8c55c16c0d084dba60dcee2a24dc4f84a07f /Gemfile | |
parent | b1767ab637764fa22213e5e5e57041bdec8ca16d (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |