Add require: false to rubocop-ast in the Gemfile on 5.1-stable (#42606).

git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23707 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-04-24 05:39:42 +00:00
parent 0ee65d4c02
commit 2582b1dbb5

View File

@@ -116,7 +116,7 @@ group :test do
end
# RuboCop
gem 'rubocop', '~> 1.57.0', require: false
gem 'rubocop-ast', '~> 1.40.0'
gem 'rubocop-ast', '~> 1.40.0', require: false
gem 'rubocop-performance', '~> 1.19.0', require: false
gem 'rubocop-rails', '~> 2.22.1', require: false
end