From e8e0c275999dd98150197cab03acb5509cb16b6a Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Tue, 30 Mar 2021 21:46:11 -0300 Subject: [PATCH] Revert "Lock bundler to 2.2.9 instead of latest" This reverts commit 1ba53dc3695508da709de547af92831e09374090. Let's give the latest bundler (2.2.15 as of today) a try again. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efe63d78dd..0af48ddd53 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -100,7 +100,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true # runs bundle install and caches installed gems automatically - bundler: ${{ env.BUNDLER_VERSION || '2.2.9' }} + bundler: ${{ env.BUNDLER_VERSION || 'latest' }} - uses: supercharge/mongodb-github-action@1.3.0 if: ${{ matrix.env == 'DEVISE_ORM=mongoid' }} - run: bundle exec rake