diff options
author | Go MAEDA <maeda@farend.jp> | 2021-05-18 02:42:16 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-05-18 02:42:16 +0000 |
commit | 2115569e83006c0f41152b80f49220c3fc180506 (patch) | |
tree | afda2b74d9aa2d3e8fdc08fc87074b955ad43255 /Gemfile | |
parent | a9aae29708b4c96dbe3756ab791e2c4319dcdfca (diff) | |
download | redmine-2115569e83006c0f41152b80f49220c3fc180506.tar.gz redmine-2115569e83006c0f41152b80f49220c3fc180506.zip |
Update RuboCop to 1.15 (#35136).
git-svn-id: http://svn.redmine.org/redmine/trunk@21004 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 "selenium-webdriver" gem 'webdrivers', '~> 4.4', require: false # RuboCop - gem 'rubocop', '~> 1.14.0' + gem 'rubocop', '~> 1.15.0' gem 'rubocop-performance', '~> 1.11.0' gem 'rubocop-rails', '~> 2.10.1' end |