From 76aac55230b83aaaa33d93c70a4124b9a4037903 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Sun, 31 Dec 2023 11:53:24 -0600 Subject: [PATCH] Set bundler to 2.5.2 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e709a4b..be89255 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: ruby: - - 2.7 + - 3.1 rails_version: - 5.2.8.1 - 6.0.5.1 @@ -29,6 +29,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} + bundler: '2.5.2' - name: Install dependencies run: bundle install env: