File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
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.1 " # 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
9
concurrent-ruby (1.3.5 )
10
+ csv (3.3.4 )
9
11
em-websocket (0.5.3 )
10
12
eventmachine (>= 0.12.9 )
11
13
http_parser.rb (~> 0 )
22
24
http_parser.rb (0.8.0 )
23
25
i18n (1.14.7 )
24
26
concurrent-ruby (~> 1.0 )
25
- jekyll (4.3.4 )
27
+ jekyll (4.4.1 )
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.10.2 )
49
55
just-the-docs (0.10.1 )
50
56
jekyll (>= 3.8.5 )
51
57
jekyll-include-cache
@@ -84,7 +90,7 @@ PLATFORMS
84
90
x86_64-linux
85
91
86
92
DEPENDENCIES
87
- jekyll (~> 4.3.4 )
93
+ jekyll (~> 4.4.1 )
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