diff options
author | Go MAEDA <maeda@farend.jp> | 2023-12-20 09:41:28 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-12-20 09:41:28 +0000 |
commit | 4460861233856e274d12fe542ef936bf7cea0c25 (patch) | |
tree | ed81e4f5cc384ee3854d94a11badf420ac6ea460 /Gemfile | |
parent | a34d0b878147babf8da07527e419c73cd447ae35 (diff) | |
download | redmine-4460861233856e274d12fe542ef936bf7cea0c25.tar.gz redmine-4460861233856e274d12fe542ef936bf7cea0c25.zip |
Update RuboCop Rails to 2.23 (#39889).
git-svn-id: https://svn.redmine.org/redmine/trunk@22537 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ group :test do # RuboCop gem 'rubocop', '~> 1.59.0', require: false gem 'rubocop-performance', '~> 1.20.0', require: false - gem 'rubocop-rails', '~> 2.22.1', require: false + gem 'rubocop-rails', '~> 2.23.0', require: false end local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") |