]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop to 1.44 (#36919).
authorGo MAEDA <maeda@farend.jp>
Wed, 25 Jan 2023 03:10:14 +0000 (03:10 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 25 Jan 2023 03:10:14 +0000 (03:10 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22076 e93f8b46-1217-0410-a6f0-8f06a7374b81

.rubocop_todo.yml
Gemfile

index 4ac8adddbf2e4fbd64c0895d9acf4ab5bfd291a8..425daddb4dd5e950b1e37a52e40b8407ce0b7302 100644 (file)
@@ -1,6 +1,6 @@
 # This configuration was generated by
 # `rubocop --auto-gen-config --exclude-limit 20 --no-offense-counts --no-auto-gen-timestamp`
-# using RuboCop version 1.43.0.
+# using RuboCop version 1.44.0.
 # The point is for the user to remove these configuration records
 # one by one as the offenses are removed from the code base.
 # Note that changes in the inspected code, or installation of new
diff --git a/Gemfile b/Gemfile
index 0e96a8d73c617d469558c198e326ac6b904de62c..68598e03e50dfd843590b265a9ff56f9aade9295 100644 (file)
--- 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