]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop Rails to 2.20 (#37248).
authorGo MAEDA <maeda@farend.jp>
Thu, 22 Jun 2023 02:26:10 +0000 (02:26 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 22 Jun 2023 02:26:10 +0000 (02:26 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22261 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index ce8481c6cdd7933510b61cc08e0c8a33a28ed91f..a3c74d315dbe3a6402754f32e9d33ecafea6c6a1 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -105,7 +105,7 @@ group :test do
   # RuboCop
   gem 'rubocop', '~> 1.52.0', require: false
   gem 'rubocop-performance', '~> 1.18.0', require: false
-  gem 'rubocop-rails', '~> 2.19.1', require: false
+  gem 'rubocop-rails', '~> 2.20.2', require: false
 end
 
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")