Skip to content

Commit

Permalink
Bump version of bundler used on CI
Browse files Browse the repository at this point in the history
Attempting to fix issue compile mini_racer v0.5.0 on GitHub Actions.
See rubyjs/mini_racer#218
  • Loading branch information
gbp committed Nov 17, 2021
1 parent 74e1733 commit 391b2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: ${{ matrix.bundler || '2.1.4' }}
bundler: ${{ matrix.bundler || '2.2.31' }}
bundler-cache: true

- name: Setup database
Expand Down

0 comments on commit 391b2ca

Please sign in to comment.