summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-08-18 14:40:47 +0000
committerGo MAEDA <maeda@farend.jp>2019-08-18 14:40:47 +0000
commita1d454a1b18f503a30805a29b55fccecf97e48d7 (patch)
tree105f72042c33a30587d472ea9e94f2e803f27b73 /Gemfile
parent1c3672a67707185b8dc9ff983d25926c8b097241 (diff)
downloadredmine-a1d454a1b18f503a30805a29b55fccecf97e48d7.tar.gz
redmine-a1d454a1b18f503a30805a29b55fccecf97e48d7.zip
Add rubocop-performance (#31509).
git-svn-id: http://svn.redmine.org/redmine/trunk@18378 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 12fc054fb..f6856d3c5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -85,6 +85,7 @@ group :test do
gem "selenium-webdriver"
# RuboCop
gem 'rubocop', '~> 0.74.0'
+ gem 'rubocop-performance', '~> 1.4.1'
gem 'rubocop-rails', '~> 2.3.0'
end