Skip to content

Commit 44cc872

Browse files
committed
Merge pull request #289 from rspec/update-legacy-rubygems
Update legacy rubygems ip
1 parent 3748d94 commit 44cc872

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,20 @@ jobs:
8080
tag: rspec/ci:1.9.3
8181
- version: "1.9.2"
8282
tag: rspec/ci:1.9.2
83-
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
83+
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
8484
- version: "1.8.7"
8585
tag: rspec/ci:1.8.7
86-
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
86+
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
8787
- version: "REE"
8888
tag: rspec/ci:ree
89-
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
89+
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
9090
- version: "JRuby 1.7"
9191
tag: rspec/ci:jruby-1.7
9292
- version: "JRuby 1.7 1.8 mode"
9393
tag: rspec/ci:jruby-1.7
9494
jruby_opts: '--dev --1.8'
9595
pre: gem uninstall jruby-openssl
96-
options: "--add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70"
96+
options: "--add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227"
9797
env:
9898
LEGACY_CI: true
9999
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}

0 commit comments

Comments
 (0)