Skip to content

Commit

Permalink
bundler 2.2.23 is broken with regards to gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Jul 11, 2021
1 parent 36090ae commit cd2811d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: "2.2.22"
bundler-cache: true

- name: Test
Expand All @@ -76,6 +77,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: "2.2.22"
bundler-cache: true

- name: Test
Expand Down

0 comments on commit cd2811d

Please sign in to comment.