Pin rubocop-ast to 1.40.x to avoid EnsureNode#body deprecation warning on 5.1-stable (#42606).

git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23703 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2025-04-21 09:08:39 +00:00
parent 2a3ca7b146
commit 0ee65d4c02

View File

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