Skip to content

Commit

Permalink
Fix bundler version on ruby-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Jul 16, 2023
1 parent 7642967 commit 64b7311
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 @@ -66,6 +66,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: '2.2.22'

# Run manually, don't cache deps due to a bug with Ruby 2.4 and Ruby 2.5
# https://github.com/pry/pry/actions/runs/1016360216
Expand Down

0 comments on commit 64b7311

Please sign in to comment.