File tree 2 files changed +14
-8
lines changed
2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source "https://rubygems.org"
7
7
#
8
8
# This will help ensure the proper Jekyll version is running.
9
9
# Happy Jekylling!
10
- gem "jekyll" , "~> 4.3.4 "
10
+ gem "jekyll" , "~> 4.4.1 "
11
11
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12
12
gem "minima" , "~> 2.5"
13
13
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
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 )
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.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 )
53
58
jekyll (>= 3.8 , < 5.0 )
54
59
jekyll-watch (2.2.1 )
55
60
listen (~> 3.0 )
61
+ json (2.9.1 )
56
62
just-the-docs (0.10.1 )
57
63
jekyll (>= 3.8.5 )
58
64
jekyll-include-cache
82
88
rouge (4.5.1 )
83
89
rubyzip (2.3.2 )
84
90
safe_yaml (1.0.5 )
85
- sass-embedded (1.83.1 )
91
+ sass-embedded (1.83.4 )
86
92
google-protobuf (~> 4.29 )
87
93
rake (>= 13 )
88
- sass-embedded (1.83.1 -x86_64-linux-gnu )
94
+ sass-embedded (1.83.4 -x86_64-linux-gnu )
89
95
google-protobuf (~> 4.29 )
90
96
terminal-table (3.0.2 )
91
97
unicode-display_width (>= 1.1.1 , < 3 )
@@ -97,7 +103,7 @@ PLATFORMS
97
103
x86_64-linux
98
104
99
105
DEPENDENCIES
100
- jekyll (~> 4.3.4 )
106
+ jekyll (~> 4.4.1 )
101
107
jekyll-feed (~> 0.17 )
102
108
jekyll-remote-theme
103
109
just-the-docs
You can’t perform that action at this time.
0 commit comments