Skip to content

Commit

Permalink
Pin bundler at 2.4.22 as long as we have Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored and cbeer committed Jan 5, 2024
1 parent f7768c3 commit 8b9e584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
bundler: '2.5.2'
bundler: '2.4.22'
ruby-version: ${{ matrix.ruby }}
- name: Run tests
run: bundle exec rake
Expand Down

0 comments on commit 8b9e584

Please sign in to comment.