]> source.dussan.org Git - redmine.git/commitdiff
Update RuboCop Rails to 2.15 (#37248).
authorGo MAEDA <maeda@farend.jp>
Tue, 14 Jun 2022 13:41:56 +0000 (13:41 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 14 Jun 2022 13:41:56 +0000 (13:41 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@21634 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 5542fd6f301eb80ecc4e2b514bbf8e12d5897575..4611ae9a28fa640e3f8c12c0ca18ea3f9f8b303c 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -100,7 +100,7 @@ group :test do
   # RuboCop
   gem 'rubocop', '~> 1.30.1'
   gem 'rubocop-performance', '~> 1.14.2'
-  gem 'rubocop-rails', '~> 2.14.0'
+  gem 'rubocop-rails', '~> 2.15.0'
 end
 
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")