Skip to content

Commit 69cc6b1

Browse files
Fix #19286: Freeze rubygems-update at < 3.5.0. (#19288)
[skip ci] v3.5.0 dropped support for Ruby 2.7.
2 parents a5586c3 + b74d96b commit 69cc6b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/spec.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
ruby-version: '2.7'
3030
- name: Install required gems
3131
run: |
32-
gem update --system
32+
gem install "rubygems-update:<3.5" --no-document
33+
update_rubygems
3334
gem install sass-embedded -v 1.58.0
3435
gem install bundler:1.17.2 jekyll
3536
bundle install

0 commit comments

Comments
 (0)