diff options
author | Go MAEDA <maeda@farend.jp> | 2023-04-16 11:51:01 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-04-16 11:51:01 +0000 |
commit | 87dc1d90587e59dcc9256ba62565099616651164 (patch) | |
tree | 177b836d4d59ee8ea62991d21d71502dae71eab8 /Gemfile | |
parent | 0b59699ef676abdfe217c03c11c0c16c7e587083 (diff) | |
download | redmine-87dc1d90587e59dcc9256ba62565099616651164.tar.gz redmine-87dc1d90587e59dcc9256ba62565099616651164.zip |
Update RuboCop Rails to 2.19 (#37248).
git-svn-id: https://svn.redmine.org/redmine/trunk@22200 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ group :test do # RuboCop gem 'rubocop', '~> 1.50.0', require: false gem 'rubocop-performance', '~> 1.17.1', require: false - gem 'rubocop-rails', '~> 2.18.0', require: false + gem 'rubocop-rails', '~> 2.19.1', require: false end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") |