Skip to content

Commit 0c8ec93

Browse files
committed
🔧 Set bundler version for ancient ruby 2.7
1 parent 9c941c9 commit 0c8ec93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ancient.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: ruby/setup-ruby@v1
4242
with:
4343
ruby-version: "${{ matrix.ruby }}"
44+
bundler: "2.4.22"
4445
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4546
- name: Run tests
4647
run: bundle exec rake test

0 commit comments

Comments
 (0)