diff options
author | Go MAEDA <maeda@farend.jp> | 2022-08-13 05:51:50 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2022-08-13 05:51:50 +0000 |
commit | 35b2d6a244803a4f0a767a5ff5bcb9137a1d60c4 (patch) | |
tree | b599ff0e26c8e7aec8a0aa254278a7673dd5e317 /Gemfile | |
parent | c98a246a4a57f096d101b152c85301cc2a081650 (diff) | |
download | redmine-35b2d6a244803a4f0a767a5ff5bcb9137a1d60c4.tar.gz redmine-35b2d6a244803a4f0a767a5ff5bcb9137a1d60c4.zip |
Update RuboCop to 1.35 (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@21770 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ group :test do gem "selenium-webdriver", "~> 3.142.7" gem 'webdrivers', '4.6.1', require: false # RuboCop - gem 'rubocop', '~> 1.33.0' + gem 'rubocop', '~> 1.35.0' gem 'rubocop-performance', '~> 1.14.2' gem 'rubocop-rails', '~> 2.15.0' end |