summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-06-26 23:37:09 +0000
committerGo MAEDA <maeda@farend.jp>2019-06-26 23:37:09 +0000
commitbd6cfb17d637008f9a7784bb72758cf8b9295430 (patch)
tree38da139c07e9e2fa77bf47c93a8fd30b29e3c5d9 /Gemfile
parentf016a821eb95bd0ebcf67f9c6a82d3f571b840db (diff)
downloadredmine-bd6cfb17d637008f9a7784bb72758cf8b9295430.tar.gz
redmine-bd6cfb17d637008f9a7784bb72758cf8b9295430.zip
Update RuboCop to 0.72.0 (#31509).
git-svn-id: http://svn.redmine.org/redmine/trunk@18320 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4b7350e40..37449f09f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -84,7 +84,8 @@ group :test do
gem "capybara", '~> 2.13'
gem "selenium-webdriver"
# RuboCop
- gem 'rubocop', '~> 0.71.0'
+ gem 'rubocop', '~> 0.72.0'
+ gem 'rubocop-rails', '~> 2.1.0'
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")