summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-10-23 00:47:03 +0000
committerGo MAEDA <maeda@farend.jp>2020-10-23 00:47:03 +0000
commita92203595aaa098b10a04ab14a6a2442791d5e6f (patch)
treec14b16da247a509191d2d4cc8fb277a5acebe01e /Gemfile
parentb3545663678425ca7a1be170e81722e2fdba9dfd (diff)
downloadredmine-a92203595aaa098b10a04ab14a6a2442791d5e6f.tar.gz
redmine-a92203595aaa098b10a04ab14a6a2442791d5e6f.zip
Update RuboCop to 1.0 (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@20171 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 6c306eb75..735dcc745 100644
--- a/Gemfile
+++ b/Gemfile
@@ -92,7 +92,7 @@ group :test do
gem 'capybara', '~> 3.31.0'
gem "selenium-webdriver"
# RuboCop
- gem 'rubocop', '~> 0.81.0'
+ gem 'rubocop', '~> 1.0.0'
gem 'rubocop-performance', '~> 1.5.0'
gem 'rubocop-rails', '~> 2.5.0'
end