From 2582b1dbb541e7198ec47410132bd381a3e82c64 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 24 Apr 2025 05:39:42 +0000 Subject: [PATCH] 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 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fc04cde50..1f6f460f0 100644 --- a/Gemfile +++ b/Gemfile @@ -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