Skip to content

Commit

Permalink
Merge pull request #869 from amatsuda/bundler_24_warnings
Browse files Browse the repository at this point in the history
Avoid loading bundler 2.4.22 that vendorizes thor 1.3.0
  • Loading branch information
rafaelfranca committed Feb 26, 2024
2 parents 3984381 + 4afe5e3 commit bd396c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler: ${{ (matrix.ruby_version < '3' && '2.4.21') || 'latest' }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: bundle exec thor spec

0 comments on commit bd396c3

Please sign in to comment.