From 2d62292303e811416b0e541ab63af5543ac6a419 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Mon, 4 Mar 2024 08:38:41 -0500 Subject: [PATCH] Lots of assumptions, with little documented communication? --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ff4fe6..91bec3a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: - name: Install the Versionary gem pre-bundler run: | - gem install --no-user-install --install-dir vendor/bundle/ruby/3.0.0 versionomy + gem install --no-user-install --install-dir vendor/bundle versionomy - name: Set up Ruby normally now uses: ruby/setup-ruby@v1