summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-12-06 00:31:36 +0000
committerGo MAEDA <maeda@farend.jp>2020-12-06 00:31:36 +0000
commite13e6fb5d32f0852c33cfe6cdd4055128bbe8485 (patch)
tree87dae5f8a3ac47736c6128b370debc08f1be04be /Gemfile
parent64f68a8d8497335e2f28dae2298931304ad23ce1 (diff)
downloadredmine-e13e6fb5d32f0852c33cfe6cdd4055128bbe8485.tar.gz
redmine-e13e6fb5d32f0852c33cfe6cdd4055128bbe8485.zip
Update RuboCop to 1.5.2 (#32530).
Note: RubooCop 1.5.0 and 1.5.1 cannot be used for Redmine. This is because those versions of RuboCop requires regexp_parser >= 2.0 while Capybara requires regexp_parser ~> 1.5. git-svn-id: http://svn.redmine.org/redmine/trunk@20579 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 c70f491d2..89c8a8f53 100644
--- a/Gemfile
+++ b/Gemfile
@@ -92,7 +92,7 @@ group :test do
gem 'capybara', '~> 3.31.0'
gem "selenium-webdriver"
# RuboCop
- gem 'rubocop', '~> 1.0.0'
+ gem 'rubocop', '~> 1.5.2'
gem 'rubocop-performance', '~> 1.8.0'
gem 'rubocop-rails', '~> 2.8.0'
end