From 98a8cac5e292c3406b51decf1c359c2d2e8a2646 Mon Sep 17 00:00:00 2001 From: Jeremy Green Date: Wed, 30 Oct 2024 15:41:36 -0500 Subject: [PATCH] Try to allow this to work for a ruby update --- .github/workflows/upgrade-bullet-train.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/upgrade-bullet-train.yml b/.github/workflows/upgrade-bullet-train.yml index 18dcbb7e..374af44d 100644 --- a/.github/workflows/upgrade-bullet-train.yml +++ b/.github/workflows/upgrade-bullet-train.yml @@ -11,6 +11,8 @@ on: jobs: update: runs-on: ubuntu-latest + env: + BUNDLE_DEPLOYMENT: false steps: - name: Create update PR uses: bullet-train-co/create-upgrade-pr@v1