summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-04-16 11:51:01 +0000
committerGo MAEDA <maeda@farend.jp>2023-04-16 11:51:01 +0000
commit87dc1d90587e59dcc9256ba62565099616651164 (patch)
tree177b836d4d59ee8ea62991d21d71502dae71eab8 /Gemfile
parent0b59699ef676abdfe217c03c11c0c16c7e587083 (diff)
downloadredmine-87dc1d90587e59dcc9256ba62565099616651164.tar.gz
redmine-87dc1d90587e59dcc9256ba62565099616651164.zip
Update RuboCop Rails to 2.19 (#37248).
git-svn-id: https://svn.redmine.org/redmine/trunk@22200 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 075108ea9..2dd77660d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -105,7 +105,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.50.0', require: false
gem 'rubocop-performance', '~> 1.17.1', require: false
- gem 'rubocop-rails', '~> 2.18.0', require: false
+ gem 'rubocop-rails', '~> 2.19.1', require: false
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")