Skip to content

Commit 76bb6e5

Browse files
Bump jekyll from 3.5.1 to 3.6.3
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.5.1 to 3.6.3. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v3.5.1...v3.6.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9ae32b commit 76bb6e5

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-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.5.1"
11+
gem "jekyll", "3.6.3"
1212

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

Gemfile.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.1)
5-
public_suffix (~> 2.0, >= 2.0.2)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
ffi (1.9.18)
7+
ffi (1.12.2)
88
forwardable-extended (2.6.0)
9-
jekyll (3.5.1)
9+
jekyll (3.6.3)
1010
addressable (~> 2.4)
1111
colorator (~> 1.0)
1212
jekyll-sass-converter (~> 1.0)
1313
jekyll-watch (~> 1.1)
14-
kramdown (~> 1.3)
14+
kramdown (~> 1.14)
1515
liquid (~> 4.0)
1616
mercenary (~> 0.3.3)
1717
pathutil (~> 0.9)
18-
rouge (~> 1.7)
18+
rouge (>= 1.7, < 3)
1919
safe_yaml (~> 1.0)
2020
jekyll-feed (0.9.2)
2121
jekyll (~> 3.3)
22-
jekyll-sass-converter (1.5.0)
22+
jekyll-sass-converter (1.5.2)
2323
sass (~> 3.4)
24-
jekyll-watch (1.5.0)
25-
listen (~> 3.0, < 3.1)
26-
kramdown (1.14.0)
27-
liquid (4.0.0)
28-
listen (3.0.8)
29-
rb-fsevent (~> 0.9, >= 0.9.4)
30-
rb-inotify (~> 0.9, >= 0.9.7)
24+
jekyll-watch (1.5.1)
25+
listen (~> 3.0)
26+
kramdown (1.17.0)
27+
liquid (4.0.3)
28+
listen (3.2.1)
29+
rb-fsevent (~> 0.10, >= 0.10.3)
30+
rb-inotify (~> 0.9, >= 0.9.10)
3131
mercenary (0.3.6)
3232
minima (2.1.1)
3333
jekyll (~> 3.3)
34-
pathutil (0.14.0)
34+
pathutil (0.16.2)
3535
forwardable-extended (~> 2.6)
36-
public_suffix (2.0.5)
37-
rb-fsevent (0.10.2)
38-
rb-inotify (0.9.10)
39-
ffi (>= 0.5.0, < 2)
40-
rouge (1.11.1)
41-
safe_yaml (1.0.4)
42-
sass (3.5.1)
36+
public_suffix (4.0.4)
37+
rb-fsevent (0.10.3)
38+
rb-inotify (0.10.1)
39+
ffi (~> 1.0)
40+
rouge (2.2.1)
41+
safe_yaml (1.0.5)
42+
sass (3.7.4)
4343
sass-listen (~> 4.0.0)
4444
sass-listen (4.0.0)
4545
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -49,7 +49,7 @@ PLATFORMS
4949
ruby
5050

5151
DEPENDENCIES
52-
jekyll (= 3.5.1)
52+
jekyll (= 3.6.3)
5353
jekyll-feed (~> 0.6)
5454
minima (~> 2.0)
5555
tzinfo-data

0 commit comments

Comments
 (0)