From 20d88611cc63e18e4e49a2995660f6640ce48c46 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Thu, 23 Apr 2026 21:52:40 -0400 Subject: [PATCH 1/2] chore: bump asdf-vm/actions to v4 to fix build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b186518..f3e16a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Test plugin - uses: asdf-vm/actions/plugin-test@v3 + uses: asdf-vm/actions/plugin-test@v4 with: command: ruby -v From 2aca817ec6678143f09c1cee79a7bf1f48f778fe Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Thu, 23 Apr 2026 22:09:49 -0400 Subject: [PATCH 2/2] chore: add no-op download callback to pass plugin-test checks --- bin/download | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/download diff --git a/bin/download b/bin/download new file mode 100755 index 0000000..a02f320 --- /dev/null +++ b/bin/download @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +# This download callback is no-op because ruby-build does not provide a way to +# download Ruby without compiling or installing it.