diff options
author | Go MAEDA <maeda@farend.jp> | 2024-05-18 06:20:25 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-05-18 06:20:25 +0000 |
commit | d584e7248c865b4b93a674bc360478768b620f2c (patch) | |
tree | 351a301a909d4da9baf235b4afed410149cc24bd /Gemfile | |
parent | bd4ac7c96c590d08c865908de2cf82f3e5640f96 (diff) | |
download | redmine-d584e7248c865b4b93a674bc360478768b620f2c.tar.gz redmine-d584e7248c865b4b93a674bc360478768b620f2c.zip |
Update RuboCop Rails to 2.25 (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@22839 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ group :test do # RuboCop gem 'rubocop', '~> 1.63.0', require: false gem 'rubocop-performance', '~> 1.21.0', require: false - gem 'rubocop-rails', '~> 2.24.0', require: false + gem 'rubocop-rails', '~> 2.25.0', require: false end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") |