From 0ee65d4c02a6cb7142df7bdaeadbf4b54ea100c7 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 21 Apr 2025 09:08:39 +0000 Subject: [PATCH] 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 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 7746ece04..fc04cde50 100644 --- a/Gemfile +++ b/Gemfile @@ -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