From 4afe5e35491c825d20e69c89402c3b159932301b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 26 Feb 2024 12:28:42 -0500 Subject: [PATCH] Update .github/workflows/tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b834d2d2..3d52d782 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,6 +12,6 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - bundler: ${{ (matrix.ruby_version < '3' && '2.4.21') || 'lagest' }} + bundler: ${{ (matrix.ruby_version < '3' && '2.4.21') || 'latest' }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - run: bundle exec thor spec