File tree Expand file tree Collapse file tree 2 files changed +20
-14
lines changed Expand file tree Collapse file tree 2 files changed +20
-14
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 "
3
+ gem "jekyll" , "~> 4.4.1 "
4
4
gem "jekyll-feed"
5
5
gem "jekyll-sass-converter" , "2.2.0"
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
colorator (1.1.0 )
7
- concurrent-ruby (1.3.4 )
8
+ concurrent-ruby (1.3.5 )
9
+ csv (3.3.2 )
8
10
em-websocket (0.5.3 )
9
11
eventmachine (>= 0.12.9 )
10
12
http_parser.rb (~> 0 )
11
13
eventmachine (1.2.7 )
12
- ffi (1.17.0 -aarch64-linux-gnu )
13
- ffi (1.17.0 -x86_64-linux-gnu )
14
- ffi (1.17.0 -x86_64-linux-musl )
14
+ ffi (1.17.1 -aarch64-linux-gnu )
15
+ ffi (1.17.1 -x86_64-linux-gnu )
16
+ ffi (1.17.1 -x86_64-linux-musl )
15
17
forwardable-extended (2.6.0 )
16
18
http_parser.rb (0.8.0 )
17
- i18n (1.14.6 )
19
+ i18n (1.14.7 )
18
20
concurrent-ruby (~> 1.0 )
19
- jekyll (4.3.4 )
21
+ jekyll (4.4.1 )
20
22
addressable (~> 2.4 )
23
+ base64 (~> 0.2 )
21
24
colorator (~> 1.0 )
25
+ csv (~> 3.0 )
22
26
em-websocket (~> 0.5 )
23
27
i18n (~> 1.0 )
24
28
jekyll-sass-converter (>= 2.0 , < 4.0 )
25
29
jekyll-watch (~> 2.0 )
30
+ json (~> 2.6 )
26
31
kramdown (~> 2.3 , >= 2.3.1 )
27
32
kramdown-parser-gfm (~> 1.0 )
28
33
liquid (~> 4.0 )
29
- mercenary (>= 0.3.6 , < 0.5 )
34
+ mercenary (~> 0.3 , >= 0.3.6 )
30
35
pathutil (~> 0.9 )
31
36
rouge (>= 3.0 , < 5.0 )
32
37
safe_yaml (~> 1.0 )
38
43
sassc (> 2.0.1 , < 3.0 )
39
44
jekyll-watch (2.2.1 )
40
45
listen (~> 3.0 )
41
- kramdown (2.4.0 )
42
- rexml
46
+ json (2.9.1 )
47
+ kramdown (2.5.1 )
48
+ rexml (>= 3.3.9 )
43
49
kramdown-parser-gfm (1.1.0 )
44
50
kramdown (~> 2.0 )
45
51
liquid (4.0.4 )
53
59
rb-fsevent (0.11.2 )
54
60
rb-inotify (0.11.1 )
55
61
ffi (~> 1.0 )
56
- rexml (3.3.9 )
57
- rouge (4.4.0 )
62
+ rexml (3.4.0 )
63
+ rouge (4.5.1 )
58
64
safe_yaml (1.0.5 )
59
65
sassc (2.4.0 )
60
66
ffi (~> 1.9 )
61
67
terminal-table (3.0.2 )
62
68
unicode-display_width (>= 1.1.1 , < 3 )
63
69
unicode-display_width (2.6.0 )
64
- webrick (1.8.2 )
70
+ webrick (1.9.1 )
65
71
66
72
PLATFORMS
67
73
aarch64-linux
68
74
x86_64-linux
69
75
x86_64-linux-musl
70
76
71
77
DEPENDENCIES
72
- jekyll (~> 4.3.4 )
78
+ jekyll (~> 4.4.1 )
73
79
jekyll-feed
74
80
jekyll-sass-converter (= 2.2.0 )
75
81
You can’t perform that action at this time.
0 commit comments