Skip to content

Commit b74d96b

Browse files
committed
Fix #19286: Freeze rubygems-update at < 3.5.0.
v3.5.0 dropped support for Ruby 2.7.
1 parent 6313db6 commit b74d96b

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)