From 422c549fae0eddbe52ce6c2cc5425a26eee5603a Mon Sep 17 00:00:00 2001 From: Ashley Willard Date: Fri, 9 Feb 2024 13:48:01 -0600 Subject: [PATCH] updating bundler --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daf3d4f..b16db52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,8 @@ jobs: with: bundler-cache: true ruby-version: ${{ matrix.ruby }} + - name: Update bundler + run: bundle update --bundler - name: Run tests run: bundle exec rspec static_type_check: