Skip to content

Commit 1ca2145

Browse files
committed
Upgrade liquid to 4.0.4 to fix the issue jekyll/jekyll#9231
1 parent 558ec6a commit 1ca2145

File tree

2 files changed

+20
-17
lines changed

2 files changed

+20
-17
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ source "https://rubygems.org"
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
1111
gem "jekyll", "~> 4.2.0"
12+
gem "liquid", "~> 4.0.4"
1213

1314
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1415
gem "minima", "~> 2.5"

Gemfile.lock

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
GEM
22
remote: https://rubygems.org/
33
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)
77
colorator (1.1.0)
8-
concurrent-ruby (1.1.9)
8+
concurrent-ruby (1.2.2)
99
em-websocket (0.5.3)
1010
eventmachine (>= 0.12.9)
1111
http_parser.rb (~> 0)
1212
eventmachine (1.2.7)
13-
ffi (1.15.4)
13+
ffi (1.15.5)
1414
forwardable-extended (2.6.0)
1515
http_parser.rb (0.8.0)
16-
i18n (1.8.11)
16+
i18n (1.13.0)
1717
concurrent-ruby (~> 1.0)
18-
jekyll (4.2.1)
18+
jekyll (4.2.2)
1919
addressable (~> 2.4)
2020
colorator (~> 1.0)
2121
em-websocket (~> 0.5)
@@ -33,21 +33,21 @@ GEM
3333
jekyll-asciidoc (3.0.0)
3434
asciidoctor (>= 1.5.0)
3535
jekyll (>= 3.0.0)
36-
jekyll-feed (0.15.1)
36+
jekyll-feed (0.17.0)
3737
jekyll (>= 3.7, < 5.0)
3838
jekyll-paginate (1.1.0)
39-
jekyll-sass-converter (2.1.0)
39+
jekyll-sass-converter (2.2.0)
4040
sassc (> 2.0.1, < 3.0)
41-
jekyll-seo-tag (2.7.1)
41+
jekyll-seo-tag (2.8.0)
4242
jekyll (>= 3.8, < 5.0)
4343
jekyll-watch (2.2.1)
4444
listen (~> 3.0)
45-
kramdown (2.3.1)
45+
kramdown (2.4.0)
4646
rexml
4747
kramdown-parser-gfm (1.1.0)
4848
kramdown (~> 2.0)
49-
liquid (4.0.3)
50-
listen (3.7.0)
49+
liquid (4.0.4)
50+
listen (3.8.0)
5151
rb-fsevent (~> 0.10, >= 0.10.3)
5252
rb-inotify (~> 0.9, >= 0.9.10)
5353
mercenary (0.4.0)
@@ -57,28 +57,30 @@ GEM
5757
jekyll-seo-tag (~> 2.1)
5858
pathutil (0.16.2)
5959
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)
6262
rb-inotify (0.10.1)
6363
ffi (~> 1.0)
6464
rexml (3.2.5)
65-
rouge (3.26.1)
65+
rouge (3.30.0)
6666
safe_yaml (1.0.5)
6767
sassc (2.4.0)
6868
ffi (~> 1.9)
6969
terminal-table (2.0.0)
7070
unicode-display_width (~> 1.1, >= 1.1.1)
7171
unicode-display_width (1.8.0)
72-
webrick (1.7.0)
72+
webrick (1.8.1)
7373

7474
PLATFORMS
75+
x86_64-darwin-21
7576
x86_64-linux
7677

7778
DEPENDENCIES
7879
jekyll (~> 4.2.0)
7980
jekyll-asciidoc (~> 3.0.0)
8081
jekyll-feed (~> 0.6)
8182
jekyll-paginate (~> 1.1.0)
83+
liquid (~> 4.0.4)
8284
minima (~> 2.5)
8385
tzinfo-data
8486
webrick

0 commit comments

Comments
 (0)