From: Go MAEDA Date: Tue, 14 Jun 2022 13:41:56 +0000 (+0000) Subject: Update RuboCop Rails to 2.15 (#37248). X-Git-Tag: 5.1.0~564 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2e6ec180ed022209a18b4e5b9b6b06980d6a10ca;p=redmine.git Update RuboCop Rails to 2.15 (#37248). git-svn-id: https://svn.redmine.org/redmine/trunk@21634 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 5542fd6f3..4611ae9a2 100644 --- 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")