File tree 2 files changed +12
-6
lines changed
2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 14
14
- git remote update
15
15
- git diff --exit-code remotes/b/master -- common
16
16
- stage : examples
17
+ before_install :
18
+ - ' gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
19
+ - ' gem update bundler --conservative'
17
20
name : " Verify examples are consistent"
18
21
language : ruby
19
22
rvm : 2.5
27
30
- docker
28
31
# Because (alas) rawgit is end of life, we'll run this only on the master branch.
29
32
if : branch = master
33
+ before_install :
34
+ - ' gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
35
+ - ' gem update bundler --conservative'
30
36
script :
31
37
- docker pull stupchiy/checklink
32
38
- docker run -it stupchiy/checklink -b -X '(http|https|mailto):' "https://labs.w3.org/spec-generator/?type=respec&url=https://w3c.github.io/json-ld-syntax/index.html?specStatus=WD;shortName=json-ld11"
Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: git://github.com/ruby-rdf/json-ld.git
3
- revision: 147930bfd2bceeef4d6f79f203cddc4134e3b65d
3
+ revision: d88f81b143a602a6174b8b9da79c2fc6c04d127b
4
4
branch: develop
5
5
specs:
6
6
json-ld (3.0.2 )
18
18
i18n
19
19
builder (3.2.3 )
20
20
colorize (0.8.1 )
21
- concurrent-ruby (1.1.4 )
21
+ concurrent-ruby (1.1.5 )
22
22
connection_pool (2.2.2 )
23
23
ebnf (1.1.3 )
24
24
rdf (~> 3.0 )
31
31
hamster (3.0.0 )
32
32
concurrent-ruby (~> 1.0 )
33
33
htmlentities (4.3.4 )
34
- i18n (1.5.3 )
34
+ i18n (1.6.0 )
35
35
concurrent-ruby (~> 1.0 )
36
36
json-ld-preloaded (3.0.2 )
37
37
json-ld (~> 3.0 )
152
152
sparql-client (3.0.1 )
153
153
net-http-persistent (>= 2.9 , < 4 )
154
154
rdf (~> 3.0 )
155
- sxp (1.0.1 )
156
- rdf (>= 2.2 , < 4 .0 )
157
- temple (0.8.0 )
155
+ sxp (1.0.2 )
156
+ rdf (~> 3 .0 )
157
+ temple (0.8.1 )
158
158
tilt (2.0.9 )
159
159
160
160
PLATFORMS
You can’t perform that action at this time.
0 commit comments