Skip to content

Commit 6233940

Browse files
committed
ci: pin rubygems update
because latest rubygems-update doesn't support Ruby 2.7
1 parent 05bc2d3 commit 6233940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: ${{matrix.ruby}}
30-
rubygems: latest
30+
rubygems: "3.4.22" # last version to support Ruby 2.7
3131
bundler: latest
3232
bundler-cache: true
3333
- name: Run tests

0 commit comments

Comments
 (0)