Revert "Lock bundler to 2.2.9 instead of latest"

This reverts commit 1ba53dc369.

Let's give the latest bundler (2.2.15 as of today) a try again.
This commit is contained in:
Carlos Antonio da Silva 2021-03-30 21:46:11 -03:00
parent 429afcbe8a
commit e8e0c27599
1 changed files with 1 additions and 1 deletions

View File

@ -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