Skip to content

Commit 79062a5

Browse files
Bump jekyll from 4.0.1 to 4.1.1
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.0.1 to 4.1.1. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.0.1...v4.1.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 8a1b182 commit 79062a5

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "4.0.1"
11+
gem "jekyll", "4.1.1"
1212

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

Gemfile.lock

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (3.2.22.5)
5-
i18n (~> 0.6, >= 0.6.4)
4+
activesupport (3.1.12)
65
multi_json (~> 1.0)
76
addressable (2.7.0)
87
public_suffix (>= 2.0.2, < 5.0)
@@ -14,28 +13,28 @@ GEM
1413
eventmachine (1.2.7)
1514
eventmachine (1.2.7-x64-mingw32)
1615
eventmachine (1.2.7-x86-mingw32)
17-
ffi (1.12.2)
18-
ffi (1.12.2-x64-mingw32)
19-
ffi (1.12.2-x86-mingw32)
16+
ffi (1.13.1)
17+
ffi (1.13.1-x64-mingw32)
18+
ffi (1.13.1-x86-mingw32)
2019
forwardable-extended (2.6.0)
2120
gemoji (3.0.1)
22-
html-pipeline (2.11.1)
21+
html-pipeline (2.13.0)
2322
activesupport (>= 2)
2423
nokogiri (>= 1.4)
2524
http_parser.rb (0.6.0)
26-
i18n (0.9.5)
25+
i18n (1.8.3)
2726
concurrent-ruby (~> 1.0)
28-
jekyll (4.0.1)
27+
jekyll (4.1.1)
2928
addressable (~> 2.4)
3029
colorator (~> 1.0)
3130
em-websocket (~> 0.5)
32-
i18n (>= 0.9.5, < 2)
31+
i18n (~> 1.0)
3332
jekyll-sass-converter (~> 2.0)
3433
jekyll-watch (~> 2.0)
3534
kramdown (~> 2.1)
3635
kramdown-parser-gfm (~> 1.0)
3736
liquid (~> 4.0)
38-
mercenary (~> 0.3.3)
37+
mercenary (~> 0.4.0)
3938
pathutil (~> 0.9)
4039
rouge (~> 3.0)
4140
safe_yaml (~> 1.0)
@@ -61,18 +60,18 @@ GEM
6160
listen (3.2.1)
6261
rb-fsevent (~> 0.10, >= 0.10.3)
6362
rb-inotify (~> 0.9, >= 0.9.10)
64-
mercenary (0.3.6)
63+
mercenary (0.4.0)
6564
mini_portile2 (2.4.0)
6665
minima (2.5.1)
6766
jekyll (>= 3.5, < 5.0)
6867
jekyll-feed (~> 0.9)
6968
jekyll-seo-tag (~> 2.1)
70-
multi_json (1.13.1)
71-
nokogiri (1.10.8)
69+
multi_json (1.14.1)
70+
nokogiri (1.10.9)
7271
mini_portile2 (~> 2.4.0)
73-
nokogiri (1.10.8-x64-mingw32)
72+
nokogiri (1.10.9-x64-mingw32)
7473
mini_portile2 (~> 2.4.0)
75-
nokogiri (1.10.8-x86-mingw32)
74+
nokogiri (1.10.9-x86-mingw32)
7675
mini_portile2 (~> 2.4.0)
7776
pathutil (0.16.2)
7877
forwardable-extended (~> 2.6)
@@ -81,11 +80,11 @@ GEM
8180
rb-inotify (0.10.1)
8281
ffi (~> 1.0)
8382
rexml (3.2.4)
84-
rouge (3.18.0)
83+
rouge (3.20.0)
8584
safe_yaml (1.0.5)
86-
sassc (2.3.0)
85+
sassc (2.4.0)
8786
ffi (~> 1.9)
88-
sassc (2.3.0-x64-mingw32)
87+
sassc (2.4.0-x64-mingw32)
8988
ffi (~> 1.9)
9089
terminal-table (1.8.0)
9190
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -101,7 +100,7 @@ PLATFORMS
101100
x86-mingw32
102101

103102
DEPENDENCIES
104-
jekyll (= 4.0.1)
103+
jekyll (= 4.1.1)
105104
jekyll-feed (~> 0.13.0)
106105
jekyll-paginate
107106
jekyll-seo-tag (~> 2.6.1)

0 commit comments

Comments
 (0)