Skip to content

Commit bd396c3

Browse files
authored
Merge pull request #869 from amatsuda/bundler_24_warnings
Avoid loading bundler 2.4.22 that vendorizes thor 1.3.0
2 parents 3984381 + 4afe5e3 commit bd396c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ jobs:
1212
- uses: ruby/setup-ruby@v1
1313
with:
1414
ruby-version: ${{ matrix.ruby }}
15+
bundler: ${{ (matrix.ruby_version < '3' && '2.4.21') || 'latest' }}
1516
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
1617
- run: bundle exec thor spec

0 commit comments

Comments
 (0)