File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem "jekyll" , "~> 4.3.4 " # installed by `gem jekyll`
3
+ gem "jekyll" , "~> 4.4.0 " # installed by `gem jekyll`
4
4
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5
5
6
6
gem "just-the-docs" , "0.10.1" # pinned to the current release
Original file line number Diff line number Diff line change 3
3
specs:
4
4
addressable (2.8.7 )
5
5
public_suffix (>= 2.0.2 , < 7.0 )
6
+ base64 (0.2.0 )
6
7
bigdecimal (3.1.9 )
7
8
colorator (1.1.0 )
8
- concurrent-ruby (1.3.4 )
9
+ concurrent-ruby (1.3.5 )
10
+ csv (3.3.2 )
9
11
em-websocket (0.5.3 )
10
12
eventmachine (>= 0.12.9 )
11
13
http_parser.rb (~> 0 )
12
14
eventmachine (1.2.7 )
13
15
ffi (1.17.1-arm64-darwin )
14
16
ffi (1.17.1-x86_64-linux-gnu )
15
17
forwardable-extended (2.6.0 )
16
- google-protobuf (4.29.2 -arm64-darwin )
18
+ google-protobuf (4.29.3 -arm64-darwin )
17
19
bigdecimal
18
20
rake (>= 13 )
19
- google-protobuf (4.29.2 -x86_64-linux )
21
+ google-protobuf (4.29.3 -x86_64-linux )
20
22
bigdecimal
21
23
rake (>= 13 )
22
24
http_parser.rb (0.8.0 )
23
- i18n (1.14.6 )
25
+ i18n (1.14.7 )
24
26
concurrent-ruby (~> 1.0 )
25
- jekyll (4.3.4 )
27
+ jekyll (4.4.0 )
26
28
addressable (~> 2.4 )
29
+ base64 (~> 0.2 )
27
30
colorator (~> 1.0 )
31
+ csv (~> 3.0 )
28
32
em-websocket (~> 0.5 )
29
33
i18n (~> 1.0 )
30
34
jekyll-sass-converter (>= 2.0 , < 4.0 )
31
35
jekyll-watch (~> 2.0 )
36
+ json (~> 2.6 )
32
37
kramdown (~> 2.3 , >= 2.3.1 )
33
38
kramdown-parser-gfm (~> 1.0 )
34
39
liquid (~> 4.0 )
35
- mercenary (>= 0.3.6 , < 0.5 )
40
+ mercenary (~> 0.3 , >= 0.3.6 )
36
41
pathutil (~> 0.9 )
37
42
rouge (>= 3.0 , < 5.0 )
38
43
safe_yaml (~> 1.0 )
46
51
jekyll (>= 3.8 , < 5.0 )
47
52
jekyll-watch (2.2.1 )
48
53
listen (~> 3.0 )
54
+ json (2.9.1 )
49
55
just-the-docs (0.10.1 )
50
56
jekyll (>= 3.8.5 )
51
57
jekyll-include-cache
70
76
rexml (3.4.0 )
71
77
rouge (4.5.1 )
72
78
safe_yaml (1.0.5 )
73
- sass-embedded (1.83.1 -arm64-darwin )
79
+ sass-embedded (1.83.4 -arm64-darwin )
74
80
google-protobuf (~> 4.29 )
75
- sass-embedded (1.83.1 -x86_64-linux-gnu )
81
+ sass-embedded (1.83.4 -x86_64-linux-gnu )
76
82
google-protobuf (~> 4.29 )
77
83
terminal-table (3.0.2 )
78
84
unicode-display_width (>= 1.1.1 , < 3 )
@@ -84,7 +90,7 @@ PLATFORMS
84
90
x86_64-linux
85
91
86
92
DEPENDENCIES
87
- jekyll (~> 4.3.4 )
93
+ jekyll (~> 4.4.0 )
88
94
just-the-docs (= 0.10.1 )
89
95
90
96
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments