Skip to content

Commit 17edd03

Browse files
authored
Upgrade jekyll to 4.4.1 (#598)
* Upgrade jekyll to 4.4.1 * fixup
1 parent 167004f commit 17edd03

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
source "https://rubygems.org"
1919

20-
gem "jekyll", "4.2.0"
20+
gem "jekyll", "4.4.1"
2121
gem "rouge", "3.26.0"
2222

2323
gem "webrick", "~> 1.8.2"

Gemfile.lock

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,43 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
67
colorator (1.1.0)
7-
concurrent-ruby (1.3.4)
8+
concurrent-ruby (1.3.5)
9+
csv (3.3.2)
810
em-websocket (0.5.3)
911
eventmachine (>= 0.12.9)
1012
http_parser.rb (~> 0)
1113
eventmachine (1.2.7)
1214
ffi (1.17.1)
1315
forwardable-extended (2.6.0)
1416
http_parser.rb (0.8.0)
15-
i18n (1.14.6)
17+
i18n (1.14.7)
1618
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.0)
19+
jekyll (4.4.1)
1820
addressable (~> 2.4)
21+
base64 (~> 0.2)
1922
colorator (~> 1.0)
23+
csv (~> 3.0)
2024
em-websocket (~> 0.5)
2125
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
26+
jekyll-sass-converter (>= 2.0, < 4.0)
2327
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
28+
json (~> 2.6)
29+
kramdown (~> 2.3, >= 2.3.1)
2530
kramdown-parser-gfm (~> 1.0)
2631
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
32+
mercenary (~> 0.3, >= 0.3.6)
2833
pathutil (~> 0.9)
29-
rouge (~> 3.0)
34+
rouge (>= 3.0, < 5.0)
3035
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
36+
terminal-table (>= 1.8, < 4.0)
37+
webrick (~> 1.7)
3238
jekyll-sass-converter (2.2.0)
3339
sassc (> 2.0.1, < 3.0)
3440
jekyll-watch (2.2.1)
3541
listen (~> 3.0)
42+
json (2.10.2)
3643
kramdown (2.5.1)
3744
rexml (>= 3.3.9)
3845
kramdown-parser-gfm (1.1.0)
@@ -48,21 +55,21 @@ GEM
4855
rb-fsevent (0.11.2)
4956
rb-inotify (0.11.1)
5057
ffi (~> 1.0)
51-
rexml (3.4.0)
58+
rexml (3.4.1)
5259
rouge (3.26.0)
5360
safe_yaml (1.0.5)
5461
sassc (2.4.0)
5562
ffi (~> 1.9)
56-
terminal-table (2.0.0)
57-
unicode-display_width (~> 1.1, >= 1.1.1)
58-
unicode-display_width (1.8.0)
63+
terminal-table (3.0.2)
64+
unicode-display_width (>= 1.1.1, < 3)
65+
unicode-display_width (2.6.0)
5966
webrick (1.8.2)
6067

6168
PLATFORMS
6269
ruby
6370

6471
DEPENDENCIES
65-
jekyll (= 4.2.0)
72+
jekyll (= 4.4.1)
6673
rouge (= 3.26.0)
6774
webrick (~> 1.8.2)
6875

0 commit comments

Comments
 (0)