diff options
author | Go MAEDA <maeda@farend.jp> | 2020-10-24 02:19:29 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-10-24 02:19:29 +0000 |
commit | 52cc3fdc24dbb3814b6924323c032051ddac941e (patch) | |
tree | 7d8dc62ebe9ec2fbb41cf3e2dc87215ad9871a0c /Gemfile | |
parent | 9ef5f6789e5beccf3db4f3fd3dfbece347e1b00b (diff) | |
download | redmine-52cc3fdc24dbb3814b6924323c032051ddac941e.tar.gz redmine-52cc3fdc24dbb3814b6924323c032051ddac941e.zip |
Update RuboCop Performance to 1.8 (#34159).
git-svn-id: http://svn.redmine.org/redmine/trunk@20174 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ group :test do gem "selenium-webdriver" # RuboCop gem 'rubocop', '~> 1.0.0' - gem 'rubocop-performance', '~> 1.5.0' + gem 'rubocop-performance', '~> 1.8.0' gem 'rubocop-rails', '~> 2.8.0' end |