From 4badd5cfbab52e120e6f47944a82d9a08fc5b742 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 22 Jun 2026 16:22:27 +0000 Subject: [PATCH] fix(stackdriver): add Rakefile with bundler gem_tasks for release build --- stackdriver/Rakefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 stackdriver/Rakefile diff --git a/stackdriver/Rakefile b/stackdriver/Rakefile new file mode 100644 index 000000000000..bbfd2ee3d1fb --- /dev/null +++ b/stackdriver/Rakefile @@ -0,0 +1,18 @@ +# frozen_string_literal: true + +# Copyright 2026 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +require "bundler/setup" +require "bundler/gem_tasks"