1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Update RuboCop Rails to 2.20 (#37248).

git-svn-id: https://svn.redmine.org/redmine/trunk@22261 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-06-22 02:26:10 +00:00
parent a8e8dc2567
commit a06f749835

View File

@ -105,7 +105,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.52.0', require: false
gem 'rubocop-performance', '~> 1.18.0', require: false
gem 'rubocop-rails', '~> 2.19.1', require: false
gem 'rubocop-rails', '~> 2.20.2', require: false
end
local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local")