diff options
author | Go MAEDA <maeda@farend.jp> | 2023-01-25 03:10:14 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-01-25 03:10:14 +0000 |
commit | 888341126b67bdd7ba7c9911aaa34ceb7b8c1c4a (patch) | |
tree | 02ff868d54b3ab42d0bbb42ec625de3390a69c00 /Gemfile | |
parent | a6bdeb708d1d755993f132aafe78bdcaf7cbf725 (diff) | |
download | redmine-888341126b67bdd7ba7c9911aaa34ceb7b8c1c4a.tar.gz redmine-888341126b67bdd7ba7c9911aaa34ceb7b8c1c4a.zip |
Update RuboCop to 1.44 (#36919).
git-svn-id: https://svn.redmine.org/redmine/trunk@22076 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ group :test do gem "selenium-webdriver", "~> 3.142.7" gem 'webdrivers', '4.6.1', require: false # RuboCop - gem 'rubocop', '~> 1.43.0' + gem 'rubocop', '~> 1.44.0' gem 'rubocop-performance', '~> 1.15.0' gem 'rubocop-rails', '~> 2.17.2' end |