Skip to content

Commit

Permalink
Use latest Bundler consistenly in CI
Browse files Browse the repository at this point in the history
Old Bundler versions will always resolve git gems from the "master"
branch but some gems in our Gemfiles use "main".

Use modern Bundler versions that handle this fine.
  • Loading branch information
deivid-rodriguez committed Oct 16, 2023
1 parent c3e85ab commit b5303b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler: latest

- name: Run tests
run: |
Expand Down

0 comments on commit b5303b6

Please sign in to comment.