diff options
author | Go MAEDA <maeda@farend.jp> | 2023-12-20 09:28:20 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-12-20 09:28:20 +0000 |
commit | a34d0b878147babf8da07527e419c73cd447ae35 (patch) | |
tree | 78e62c7c4a1963d12bc86d4b9bd7a305a75f0463 /Gemfile | |
parent | 380444f085d95656347cb4e62d41e851ca8494b9 (diff) | |
download | redmine-a34d0b878147babf8da07527e419c73cd447ae35.tar.gz redmine-a34d0b878147babf8da07527e419c73cd447ae35.zip |
Update RuboCop Performance to 1.20 (#39888).
git-svn-id: https://svn.redmine.org/redmine/trunk@22536 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ group :test do end # RuboCop gem 'rubocop', '~> 1.59.0', require: false - gem 'rubocop-performance', '~> 1.19.0', require: false + gem 'rubocop-performance', '~> 1.20.0', require: false gem 'rubocop-rails', '~> 2.22.1', require: false end |