Skip to content

Commit 92c5ecd

Browse files
committed
✅ Limit CI rubygems for 2.7 compatibility
See rubygems/rubygems#7329
1 parent 87e3305 commit 92c5ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
with:
2727
ruby-version: ${{ matrix.ruby }}
2828
bundler-cache: true
29-
rubygems: latest
29+
rubygems: 3.4.22
3030
- name: Run test
3131
run: bundle exec rake test

0 commit comments

Comments
 (0)