diff options
author | Go MAEDA <maeda@farend.jp> | 2023-02-06 14:04:15 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-02-06 14:04:15 +0000 |
commit | 12a5731aabecf69c3e8a2427fbf1e260feb868ca (patch) | |
tree | a18695bd3788c854d6af0282efbeeaa3b8ff0ffd | |
parent | 57e702a69ba58d7076325ae8670508a2f225de89 (diff) | |
download | redmine-12a5731aabecf69c3e8a2427fbf1e260feb868ca.tar.gz redmine-12a5731aabecf69c3e8a2427fbf1e260feb868ca.zip |
Update RuboCop Performance to 1.16 (#37247).
git-svn-id: https://svn.redmine.org/redmine/trunk@22098 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ group :test do gem 'webdrivers', '4.6.1', require: false # RuboCop gem 'rubocop', '~> 1.44.0' - gem 'rubocop-performance', '~> 1.15.0' + gem 'rubocop-performance', '~> 1.16.0' gem 'rubocop-rails', '~> 2.17.2' end |