Skip to content

Commit 8a1b182

Browse files
Bump jekyll from 3.8.6 to 4.0.1 (#33)
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.8.6 to 4.0.1. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v3.8.6...v4.0.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent bf0a412 commit 8a1b182

File tree

2 files changed

+32
-24
lines changed

2 files changed

+32
-24
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", "3.8.6"
11+
gem "jekyll", "4.0.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: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ GEM
77
addressable (2.7.0)
88
public_suffix (>= 2.0.2, < 5.0)
99
colorator (1.1.0)
10-
concurrent-ruby (1.1.5)
10+
concurrent-ruby (1.1.6)
1111
em-websocket (0.5.1)
1212
eventmachine (>= 0.12.9)
1313
http_parser.rb (~> 0.6.0)
1414
eventmachine (1.2.7)
1515
eventmachine (1.2.7-x64-mingw32)
1616
eventmachine (1.2.7-x86-mingw32)
17-
ffi (1.11.2)
18-
ffi (1.11.2-x64-mingw32)
19-
ffi (1.11.2-x86-mingw32)
17+
ffi (1.12.2)
18+
ffi (1.12.2-x64-mingw32)
19+
ffi (1.12.2-x86-mingw32)
2020
forwardable-extended (2.6.0)
2121
gemoji (3.0.1)
2222
html-pipeline (2.11.1)
@@ -25,24 +25,26 @@ GEM
2525
http_parser.rb (0.6.0)
2626
i18n (0.9.5)
2727
concurrent-ruby (~> 1.0)
28-
jekyll (3.8.6)
28+
jekyll (4.0.1)
2929
addressable (~> 2.4)
3030
colorator (~> 1.0)
3131
em-websocket (~> 0.5)
32-
i18n (~> 0.7)
33-
jekyll-sass-converter (~> 1.0)
32+
i18n (>= 0.9.5, < 2)
33+
jekyll-sass-converter (~> 2.0)
3434
jekyll-watch (~> 2.0)
35-
kramdown (~> 1.14)
35+
kramdown (~> 2.1)
36+
kramdown-parser-gfm (~> 1.0)
3637
liquid (~> 4.0)
3738
mercenary (~> 0.3.3)
3839
pathutil (~> 0.9)
39-
rouge (>= 1.7, < 4)
40+
rouge (~> 3.0)
4041
safe_yaml (~> 1.0)
42+
terminal-table (~> 1.8)
4143
jekyll-feed (0.13.0)
4244
jekyll (>= 3.7, < 5.0)
4345
jekyll-paginate (1.1.0)
44-
jekyll-sass-converter (1.5.2)
45-
sass (~> 3.4)
46+
jekyll-sass-converter (2.1.0)
47+
sassc (> 2.0.1, < 3.0)
4648
jekyll-seo-tag (2.6.1)
4749
jekyll (>= 3.3, < 5.0)
4850
jekyll-watch (2.2.1)
@@ -51,9 +53,12 @@ GEM
5153
gemoji (~> 3.0)
5254
html-pipeline (~> 2.2)
5355
jekyll (>= 3.0, < 5.0)
54-
kramdown (1.17.0)
56+
kramdown (2.2.1)
57+
rexml
58+
kramdown-parser-gfm (1.1.0)
59+
kramdown (~> 2.0)
5560
liquid (4.0.3)
56-
listen (3.2.0)
61+
listen (3.2.1)
5762
rb-fsevent (~> 0.10, >= 0.10.3)
5863
rb-inotify (~> 0.9, >= 0.9.10)
5964
mercenary (0.3.6)
@@ -71,29 +76,32 @@ GEM
7176
mini_portile2 (~> 2.4.0)
7277
pathutil (0.16.2)
7378
forwardable-extended (~> 2.6)
74-
public_suffix (4.0.1)
75-
rb-fsevent (0.10.3)
76-
rb-inotify (0.10.0)
79+
public_suffix (4.0.5)
80+
rb-fsevent (0.10.4)
81+
rb-inotify (0.10.1)
7782
ffi (~> 1.0)
78-
rouge (3.13.0)
83+
rexml (3.2.4)
84+
rouge (3.18.0)
7985
safe_yaml (1.0.5)
80-
sass (3.7.4)
81-
sass-listen (~> 4.0.0)
82-
sass-listen (4.0.0)
83-
rb-fsevent (~> 0.9, >= 0.9.4)
84-
rb-inotify (~> 0.9, >= 0.9.7)
86+
sassc (2.3.0)
87+
ffi (~> 1.9)
88+
sassc (2.3.0-x64-mingw32)
89+
ffi (~> 1.9)
90+
terminal-table (1.8.0)
91+
unicode-display_width (~> 1.1, >= 1.1.1)
8592
tzinfo (2.0.0)
8693
concurrent-ruby (~> 1.0)
8794
tzinfo-data (1.2018.5)
8895
tzinfo (>= 1.0.0)
96+
unicode-display_width (1.7.0)
8997

9098
PLATFORMS
9199
ruby
92100
x64-mingw32
93101
x86-mingw32
94102

95103
DEPENDENCIES
96-
jekyll (= 3.8.6)
104+
jekyll (= 4.0.1)
97105
jekyll-feed (~> 0.13.0)
98106
jekyll-paginate
99107
jekyll-seo-tag (~> 2.6.1)

0 commit comments

Comments
 (0)