File tree Expand file tree Collapse file tree 2 files changed +20
-17
lines changed Expand file tree Collapse file tree 2 files changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ source "https://rubygems.org"
9
9
# This will help ensure the proper Jekyll version is running.
10
10
# Happy Jekylling!
11
11
gem "jekyll" , "~> 4.2.0"
12
+ gem "liquid" , "~> 4.0.4"
12
13
13
14
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14
15
gem "minima" , "~> 2.5"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.8.0 )
5
- public_suffix (>= 2.0.2 , < 5 .0 )
6
- asciidoctor (2.0.16 )
4
+ addressable (2.8.4 )
5
+ public_suffix (>= 2.0.2 , < 6 .0 )
6
+ asciidoctor (2.0.20 )
7
7
colorator (1.1.0 )
8
- concurrent-ruby (1.1.9 )
8
+ concurrent-ruby (1.2.2 )
9
9
em-websocket (0.5.3 )
10
10
eventmachine (>= 0.12.9 )
11
11
http_parser.rb (~> 0 )
12
12
eventmachine (1.2.7 )
13
- ffi (1.15.4 )
13
+ ffi (1.15.5 )
14
14
forwardable-extended (2.6.0 )
15
15
http_parser.rb (0.8.0 )
16
- i18n (1.8.11 )
16
+ i18n (1.13.0 )
17
17
concurrent-ruby (~> 1.0 )
18
- jekyll (4.2.1 )
18
+ jekyll (4.2.2 )
19
19
addressable (~> 2.4 )
20
20
colorator (~> 1.0 )
21
21
em-websocket (~> 0.5 )
33
33
jekyll-asciidoc (3.0.0 )
34
34
asciidoctor (>= 1.5.0 )
35
35
jekyll (>= 3.0.0 )
36
- jekyll-feed (0.15.1 )
36
+ jekyll-feed (0.17.0 )
37
37
jekyll (>= 3.7 , < 5.0 )
38
38
jekyll-paginate (1.1.0 )
39
- jekyll-sass-converter (2.1 .0 )
39
+ jekyll-sass-converter (2.2 .0 )
40
40
sassc (> 2.0.1 , < 3.0 )
41
- jekyll-seo-tag (2.7.1 )
41
+ jekyll-seo-tag (2.8.0 )
42
42
jekyll (>= 3.8 , < 5.0 )
43
43
jekyll-watch (2.2.1 )
44
44
listen (~> 3.0 )
45
- kramdown (2.3.1 )
45
+ kramdown (2.4.0 )
46
46
rexml
47
47
kramdown-parser-gfm (1.1.0 )
48
48
kramdown (~> 2.0 )
49
- liquid (4.0.3 )
50
- listen (3.7 .0 )
49
+ liquid (4.0.4 )
50
+ listen (3.8 .0 )
51
51
rb-fsevent (~> 0.10 , >= 0.10.3 )
52
52
rb-inotify (~> 0.9 , >= 0.9.10 )
53
53
mercenary (0.4.0 )
57
57
jekyll-seo-tag (~> 2.1 )
58
58
pathutil (0.16.2 )
59
59
forwardable-extended (~> 2.6 )
60
- public_suffix (4 .0.6 )
61
- rb-fsevent (0.11.0 )
60
+ public_suffix (5 .0.1 )
61
+ rb-fsevent (0.11.2 )
62
62
rb-inotify (0.10.1 )
63
63
ffi (~> 1.0 )
64
64
rexml (3.2.5 )
65
- rouge (3.26.1 )
65
+ rouge (3.30.0 )
66
66
safe_yaml (1.0.5 )
67
67
sassc (2.4.0 )
68
68
ffi (~> 1.9 )
69
69
terminal-table (2.0.0 )
70
70
unicode-display_width (~> 1.1 , >= 1.1.1 )
71
71
unicode-display_width (1.8.0 )
72
- webrick (1.7.0 )
72
+ webrick (1.8.1 )
73
73
74
74
PLATFORMS
75
+ x86_64-darwin-21
75
76
x86_64-linux
76
77
77
78
DEPENDENCIES
78
79
jekyll (~> 4.2.0 )
79
80
jekyll-asciidoc (~> 3.0.0 )
80
81
jekyll-feed (~> 0.6 )
81
82
jekyll-paginate (~> 1.1.0 )
83
+ liquid (~> 4.0.4 )
82
84
minima (~> 2.5 )
83
85
tzinfo-data
84
86
webrick
You can’t perform that action at this time.
0 commit comments