summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-10-30 01:19:48 +0000
committerGo MAEDA <maeda@farend.jp>2023-10-30 01:19:48 +0000
commita0564a2acd6464b5a0f8776dc35d4e5d5dbd5479 (patch)
treeae00970d9afc491e2d99f640b801329c916b6510
parent31e6dc20966850f3e06cf2da710271f972b47c23 (diff)
downloadredmine-a0564a2acd6464b5a0f8776dc35d4e5d5dbd5479.tar.gz
redmine-a0564a2acd6464b5a0f8776dc35d4e5d5dbd5479.zip
Merged r22401 from trunk to 5.1-stable (#37248).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22402 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1285ed49b..5b789f927 100644
--- 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")