diff options
author | Go MAEDA <maeda@farend.jp> | 2020-10-23 00:47:03 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-10-23 00:47:03 +0000 |
commit | a92203595aaa098b10a04ab14a6a2442791d5e6f (patch) | |
tree | c14b16da247a509191d2d4cc8fb277a5acebe01e /Gemfile | |
parent | b3545663678425ca7a1be170e81722e2fdba9dfd (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |