diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-02 01:57:39 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-02 01:57:39 +0000 |
commit | fe2fa3f10c95713666d7b604c3e9ac9839fc3a3f (patch) | |
tree | ac1e862f1c9fd14a048555d57f214cbb59aa5f31 /Gemfile | |
parent | e2ed50f9718979caa1658d5a67e130ef92fd0d66 (diff) | |
download | redmine-fe2fa3f10c95713666d7b604c3e9ac9839fc3a3f.tar.gz redmine-fe2fa3f10c95713666d7b604c3e9ac9839fc3a3f.zip |
Update RuboCop to 1.11.0 (#32530).
git-svn-id: http://svn.redmine.org/redmine/trunk@20758 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ group :test do gem "selenium-webdriver" gem 'webdrivers', '~> 4.4', require: false # RuboCop - gem 'rubocop', '~> 1.10.0' + gem 'rubocop', '~> 1.11.0' gem 'rubocop-performance', '~> 1.9.0' gem 'rubocop-rails', '~> 2.9.0' end |