File tree Expand file tree Collapse file tree 3 files changed +30
-23
lines changed Expand file tree Collapse file tree 3 files changed +30
-23
lines changed Original file line number Diff line number Diff line change 16
16
- uses : actions/checkout@v3
17
17
- uses : ruby/setup-ruby@v1
18
18
with :
19
- ruby-version : 3.2.2
19
+ ruby-version : 3.2.5
20
20
- name : Install dependencies
21
21
run : bundle install
22
22
- name : Generate Test Manifests
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
- ruby "3.2.2 "
2
+ ruby "3.2.5 "
3
3
4
4
gem 'rake'
5
5
gem 'json-ld'
6
6
gem 'rdf-turtle'
7
- gem 'haml' , '~> 6.1 '
8
- gem 'kramdown' , '~> 2.3 '
7
+ gem 'haml' , '~> 6.2 '
8
+ gem 'kramdown' , '~> 2.4 '
9
9
gem 'htmlbeautifier' , '~> 1.4'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ base64 (0.2.0 )
4
5
bcp47_spec (0.2.1 )
5
- ebnf (2.4.0 )
6
+ bigdecimal (3.1.8 )
7
+ ebnf (2.5.0 )
6
8
htmlentities (~> 4.3 )
7
9
rdf (~> 3.3 )
8
10
scanf (~> 1.0 )
9
- sxp (~> 1.3 )
11
+ sxp (~> 2.0 )
10
12
unicode-types (~> 1.8 )
11
- haml (6.2.3 )
13
+ haml (6.3.0 )
12
14
temple (>= 0.8.2 )
13
15
thor
14
16
tilt
15
- htmlbeautifier (1.4.2 )
17
+ htmlbeautifier (1.4.3 )
16
18
htmlentities (4.3.4 )
17
19
json-canonicalization (1.0.0 )
18
- json-ld (3.3.1 )
20
+ json-ld (3.3.2 )
19
21
htmlentities (~> 4.3 )
20
22
json-canonicalization (~> 1.0 )
21
23
link_header (~> 0.0 , >= 0.0.8 )
22
24
multi_json (~> 1.15 )
23
25
rack (>= 2.2 , < 4 )
24
26
rdf (~> 3.3 )
27
+ rexml (~> 3.2 )
25
28
kramdown (2.4.0 )
26
29
rexml
27
30
link_header (0.0.8 )
28
31
matrix (0.4.2 )
29
32
multi_json (1.15.0 )
30
- rack (3.0.8 )
31
- rake (13.1.0 )
32
- rdf (3.3.1 )
33
+ rack (3.1.7 )
34
+ rake (13.2.1 )
35
+ rdf (3.3.2 )
33
36
bcp47_spec (~> 0.2 )
37
+ bigdecimal (~> 3.1 , >= 3.1.5 )
34
38
link_header (~> 0.0 , >= 0.0.8 )
35
- rdf-turtle (3.3.0 )
36
- ebnf (~> 2.4 )
39
+ rdf-turtle (3.3.1 )
40
+ base64 (~> 0.2 )
41
+ bigdecimal (~> 3.1 , >= 3.1.5 )
42
+ ebnf (~> 2.5 )
37
43
rdf (~> 3.3 )
38
- rexml (3.2.6 )
44
+ rexml (3.3.7 )
39
45
scanf (1.0.0 )
40
- sxp (1.3 .0 )
46
+ sxp (2.0 .0 )
41
47
matrix (~> 0.4 )
42
48
rdf (~> 3.3 )
43
49
temple (0.10.3 )
44
- thor (1.3.0 )
45
- tilt (2.3 .0 )
46
- unicode-types (1.9 .0 )
50
+ thor (1.3.2 )
51
+ tilt (2.4 .0 )
52
+ unicode-types (1.10 .0 )
47
53
48
54
PLATFORMS
49
55
arm64-darwin-22
56
+ arm64-darwin-24
50
57
x86_64-linux
51
58
52
59
DEPENDENCIES
53
- haml (~> 6.1 )
60
+ haml (~> 6.2 )
54
61
htmlbeautifier (~> 1.4 )
55
62
json-ld
56
- kramdown (~> 2.3 )
63
+ kramdown (~> 2.4 )
57
64
rake
58
65
rdf-turtle
59
66
60
67
RUBY VERSION
61
- ruby 3.2.2p53
68
+ ruby 3.2.5p208
62
69
63
70
BUNDLED WITH
64
- 2.4.17
71
+ 2.5.19
You can’t perform that action at this time.
0 commit comments