From 45ba8096f0f91d537c0af958faa5d688f14cf6fa Mon Sep 17 00:00:00 2001 From: Nick Elliot Date: Fri, 25 Oct 2024 09:35:05 -0700 Subject: [PATCH] Update gemfile references to refer to legacy ruby branch (#11958) --- .ci/containers/build-environment/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/containers/build-environment/Dockerfile b/.ci/containers/build-environment/Dockerfile index 7866dc9608cb..0a23367f577b 100644 --- a/.ci/containers/build-environment/Dockerfile +++ b/.ci/containers/build-environment/Dockerfile @@ -39,8 +39,8 @@ RUN git config --global user.email "magic-modules@google.com" RUN go install golang.org/x/tools/cmd/goimports@d088b475e3360caabc032aaee1dc66351d4e729a RUN go install github.com/github/hub@v2.11.2+incompatible -ADD "https://raw.githubusercontent.com/GoogleCloudPlatform/magic-modules/main/mmv1/Gemfile" Gemfile -ADD "https://raw.githubusercontent.com/GoogleCloudPlatform/magic-modules/main/mmv1/Gemfile.lock" Gemfile.lock +ADD "https://raw.githubusercontent.com/GoogleCloudPlatform/magic-modules/refs/heads/legacy-ruby/mmv1/Gemfile" Gemfile +ADD "https://raw.githubusercontent.com/GoogleCloudPlatform/magic-modules/refs/heads/legacy-ruby/mmv1/Gemfile.lock" Gemfile.lock RUN bundle install RUN rm Gemfile Gemfile.lock