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