summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-01-25 03:10:14 +0000
committerGo MAEDA <maeda@farend.jp>2023-01-25 03:10:14 +0000
commit888341126b67bdd7ba7c9911aaa34ceb7b8c1c4a (patch)
tree02ff868d54b3ab42d0bbb42ec625de3390a69c00 /Gemfile
parenta6bdeb708d1d755993f132aafe78bdcaf7cbf725 (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0e96a8d73..68598e03e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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