1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Update RuboCop Rails to 2.27 (#39889).

git-svn-id: https://svn.redmine.org/redmine/trunk@23165 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-10-27 05:38:44 +00:00
parent e6c8e8866f
commit b723fac008

View File

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