This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +15
-20
lines changed Expand file tree Collapse file tree 10 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2021-01-22T18:13:36+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2021-04-23T09:17:32+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
name : RSpec CI
22
22
strategy :
23
23
matrix :
24
24
ruby :
25
- - 3.0
25
+ - ' 3.0'
26
26
- 2.7
27
27
- 2.6
28
28
- 2.5
@@ -83,20 +83,20 @@ jobs:
83
83
tag : rspec/ci:1.9.3
84
84
- version : " 1.9.2"
85
85
tag : rspec/ci:1.9.2
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 "
87
87
- version : " 1.8.7"
88
88
tag : rspec/ci:1.8.7
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 "
90
90
- version : " REE"
91
91
tag : rspec/ci:ree
92
- options : " --add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70 "
92
+ options : " --add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227 "
93
93
- version : " JRuby 1.7"
94
94
tag : rspec/ci:jruby-1.7
95
95
- version : " JRuby 1.7 1.8 mode"
96
96
tag : rspec/ci:jruby-1.7
97
97
jruby_opts : ' --dev --1.8'
98
98
pre : gem uninstall jruby-openssl
99
- options : " --add-host rubygems.org:151.101.0.70 --add-host api.rubygems.org:151.101.0.70 "
99
+ options : " --add-host rubygems.org:151.101.129.227 --add-host api.rubygems.org:151.101.129.227 "
100
100
env :
101
101
LEGACY_CI : true
102
102
JRUBY_OPTS : ${{ matrix.container.jruby_opts || '--dev' }}
Original file line number Diff line number Diff line change 1
- # This file was generated on 2021-01-22T18:13:36+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2021-04-23T09:17:32+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# This file contains defaults for RSpec projects. Individual projects
Original file line number Diff line number Diff line change 1
- # This file was generated on 2021-01-22T18:13:36+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2021-04-23T09:17:32+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# Taken from:
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2021-01-22T18:13:36+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2021-04-23T09:17:32+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2021-01-22T18:13:36+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2021-04-23T09:17:32+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2021-01-22T18:13:36+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2021-04-23T09:17:32+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2021-01-22T18:13:36+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2021-04-23T09:17:32+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2021-01-22T18:13:36+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2021-04-23T09:17:32+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
function is_mri {
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2021-01-22T18:13:36+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2021-04-23T09:17:32+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2021-01-22T18:13:36+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2021-04-23T09:17:32+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
13
13
gem update --system ' 2.7.8'
14
14
gem install bundler -v ' 1.17.3'
15
15
fi
16
-
17
- echo " Setup complete"
18
- ruby -v
19
- gem -v
20
- bundler -v
You can’t perform that action at this time.
0 commit comments