summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-10-24 02:19:29 +0000
committerGo MAEDA <maeda@farend.jp>2020-10-24 02:19:29 +0000
commit52cc3fdc24dbb3814b6924323c032051ddac941e (patch)
tree7d8dc62ebe9ec2fbb41cf3e2dc87215ad9871a0c /Gemfile
parent9ef5f6789e5beccf3db4f3fd3dfbece347e1b00b (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a550539ad..86f41f9e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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