Skip to content

Commit

Permalink
Use bundler 2.1 on CI
Browse files Browse the repository at this point in the history
Bundler 2.2 build from source instead of using the prepackaged binary.

See: rubyjs/libv8#310
  • Loading branch information
gbp committed Mar 29, 2021
1 parent 584b806 commit 92a87ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: 2.1.4
bundler-cache: true

- name: Setup database
Expand Down

0 comments on commit 92a87ae

Please sign in to comment.