Skip to content

Commit

Permalink
🔧 Set bundler version for ancient ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 24, 2024
1 parent 9c941c9 commit 0c8ec93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ancient.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby }}"
bundler: "2.4.22"
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake test

0 comments on commit 0c8ec93

Please sign in to comment.