Skip to content

Commit

Permalink
Revert "Lock bundler to 2.2.9 instead of latest"
Browse files Browse the repository at this point in the history
This reverts commit 1ba53dc.

Let's give the latest bundler (2.2.15 as of today) a try again.
  • Loading branch information
carlosantoniodasilva committed Mar 31, 2021
1 parent 429afcb commit e8e0c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: ${{ matrix.env == 'DEVISE_ORM=mongoid' }}
- run: bundle exec rake

0 comments on commit e8e0c27

Please sign in to comment.