Skip to content

Commit

Permalink
✅ Limit CI rubygems for 2.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Dec 24, 2023
1 parent 87e3305 commit 92c5ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
rubygems: latest
rubygems: 3.4.22
- name: Run test
run: bundle exec rake test

0 comments on commit 92c5ecd

Please sign in to comment.