]> source.dussan.org Git - redmine.git/commitdiff
Merged r22401 from trunk to 5.1-stable (#37248).
authorGo MAEDA <maeda@farend.jp>
Mon, 30 Oct 2023 01:19:48 +0000 (01:19 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 30 Oct 2023 01:19:48 +0000 (01:19 +0000)
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22402 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 1285ed49bdd9eb73feb258909094de0234251282..5b789f927b2aa164dbc7470b475a81a3220aed8b 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -109,7 +109,7 @@ group :test do
   # RuboCop
   gem 'rubocop', '~> 1.57.0', require: false
   gem 'rubocop-performance', '~> 1.19.0', require: false
-  gem 'rubocop-rails', '~> 2.21.2', require: false
+  gem 'rubocop-rails', '~> 2.22.1', require: false
 end
 
 local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")