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

Update Rubocop Rails to 2.28 (#42044).

git-svn-id: https://svn.redmine.org/redmine/trunk@23418 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-12-26 04:08:35 +00:00
parent 068c77505e
commit 390546c78d

View File

@ -112,7 +112,7 @@ group :test do
# RuboCop
gem 'rubocop', '~> 1.69.0', require: false
gem 'rubocop-performance', '~> 1.23.0', require: false
gem 'rubocop-rails', '~> 2.27.0', require: false
gem 'rubocop-rails', '~> 2.28.0', require: false
gem 'bundle-audit', require: false
end