Skip to content

Commit e8a8b69

Browse files
authored
chore(deps): bump jekyll from 4.3.4 to 4.4.1 (#258)
2 parents 8d05ffb + 36bd54b commit e8a8b69

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.3.4"
3+
gem "jekyll", "~> 4.4.1"
44
gem "jekyll-feed"
55
gem "jekyll-sass-converter", "2.2.0"

Gemfile.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,35 @@ 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)
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)
1517
forwardable-extended (2.6.0)
1618
http_parser.rb (0.8.0)
17-
i18n (1.14.6)
19+
i18n (1.14.7)
1820
concurrent-ruby (~> 1.0)
19-
jekyll (4.3.4)
21+
jekyll (4.4.1)
2022
addressable (~> 2.4)
23+
base64 (~> 0.2)
2124
colorator (~> 1.0)
25+
csv (~> 3.0)
2226
em-websocket (~> 0.5)
2327
i18n (~> 1.0)
2428
jekyll-sass-converter (>= 2.0, < 4.0)
2529
jekyll-watch (~> 2.0)
30+
json (~> 2.6)
2631
kramdown (~> 2.3, >= 2.3.1)
2732
kramdown-parser-gfm (~> 1.0)
2833
liquid (~> 4.0)
29-
mercenary (>= 0.3.6, < 0.5)
34+
mercenary (~> 0.3, >= 0.3.6)
3035
pathutil (~> 0.9)
3136
rouge (>= 3.0, < 5.0)
3237
safe_yaml (~> 1.0)
@@ -38,8 +43,9 @@ GEM
3843
sassc (> 2.0.1, < 3.0)
3944
jekyll-watch (2.2.1)
4045
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)
4349
kramdown-parser-gfm (1.1.0)
4450
kramdown (~> 2.0)
4551
liquid (4.0.4)
@@ -53,23 +59,23 @@ GEM
5359
rb-fsevent (0.11.2)
5460
rb-inotify (0.11.1)
5561
ffi (~> 1.0)
56-
rexml (3.3.9)
57-
rouge (4.4.0)
62+
rexml (3.4.0)
63+
rouge (4.5.1)
5864
safe_yaml (1.0.5)
5965
sassc (2.4.0)
6066
ffi (~> 1.9)
6167
terminal-table (3.0.2)
6268
unicode-display_width (>= 1.1.1, < 3)
6369
unicode-display_width (2.6.0)
64-
webrick (1.8.2)
70+
webrick (1.9.1)
6571

6672
PLATFORMS
6773
aarch64-linux
6874
x86_64-linux
6975
x86_64-linux-musl
7076

7177
DEPENDENCIES
72-
jekyll (~> 4.3.4)
78+
jekyll (~> 4.4.1)
7379
jekyll-feed
7480
jekyll-sass-converter (= 2.2.0)
7581

0 commit comments

Comments
 (0)