From e8b3279a628e43e447aa8901b65e3535fd05018f Mon Sep 17 00:00:00 2001 From: Sylvain Pastor Date: Mon, 4 Dec 2023 10:19:25 +0100 Subject: [PATCH] feat: prepare binstubs --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10b940cb..69e37560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,9 @@ jobs: ruby-version: 3.1.4 bundler-cache: true + - name: Bundle binstubs + run: bundle install --binstubs + - name: Security audit dependencies run: bin/bundler-audit --update