From 1c7da9ed976186dba3f715f1bfe6da47acce50c3 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 16 Jul 2024 17:17:56 -0600 Subject: [PATCH] explicitly require ostruct --- fastlane/Fastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index af9e798d2343..2560e48728c5 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -10,6 +10,8 @@ # https://docs.fastlane.tools/plugins/available-plugins # +require 'ostruct' + skip_docs opt_out_usage