Skip to content

Commit 6c5cf94

Browse files
Bump jekyll from 3.5.2 to 3.6.3
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.5.2 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.2...v3.6.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d3b933 commit 6c5cf94

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
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.2"
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: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,46 @@ GEM
44
addressable (2.8.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
ffi (1.9.18)
8-
ffi (1.9.18-x64-mingw32)
7+
ffi (1.15.3)
8+
ffi (1.15.3-x64-mingw32)
99
forwardable-extended (2.6.0)
10-
jekyll (3.5.2)
10+
jekyll (3.6.3)
1111
addressable (~> 2.4)
1212
colorator (~> 1.0)
1313
jekyll-sass-converter (~> 1.0)
1414
jekyll-watch (~> 1.1)
15-
kramdown (~> 1.3)
15+
kramdown (~> 1.14)
1616
liquid (~> 4.0)
1717
mercenary (~> 0.3.3)
1818
pathutil (~> 0.9)
19-
rouge (~> 1.7)
19+
rouge (>= 1.7, < 3)
2020
safe_yaml (~> 1.0)
2121
jekyll-feed (0.9.2)
2222
jekyll (~> 3.3)
2323
jekyll-paginate (1.1.0)
24-
jekyll-sass-converter (1.5.0)
24+
jekyll-sass-converter (1.5.2)
2525
sass (~> 3.4)
26-
jekyll-watch (1.5.0)
27-
listen (~> 3.0, < 3.1)
28-
kramdown (1.14.0)
29-
liquid (4.0.0)
26+
jekyll-watch (1.5.1)
27+
listen (~> 3.0)
28+
kramdown (1.17.0)
29+
liquid (4.0.3)
3030
liquid-md5 (0.0.3)
3131
liquid (>= 2.5, < 5.0)
32-
listen (3.0.8)
33-
rb-fsevent (~> 0.9, >= 0.9.4)
34-
rb-inotify (~> 0.9, >= 0.9.7)
32+
listen (3.5.1)
33+
rb-fsevent (~> 0.10, >= 0.10.3)
34+
rb-inotify (~> 0.9, >= 0.9.10)
3535
mercenary (0.3.6)
3636
minima (2.1.1)
3737
jekyll (~> 3.3)
38-
pathutil (0.14.0)
38+
pathutil (0.16.2)
3939
forwardable-extended (~> 2.6)
4040
public_suffix (4.0.6)
41-
rb-fsevent (0.10.2)
42-
rb-inotify (0.9.10)
43-
ffi (>= 0.5.0, < 2)
44-
rouge (1.11.1)
45-
safe_yaml (1.0.4)
46-
sass (3.5.1)
41+
rb-fsevent (0.11.0)
42+
rb-inotify (0.10.1)
43+
ffi (~> 1.0)
44+
rouge (2.2.1)
45+
safe_yaml (1.0.5)
46+
sass (3.7.4)
4747
sass-listen (~> 4.0.0)
4848
sass-listen (4.0.0)
4949
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -60,7 +60,7 @@ PLATFORMS
6060
x64-mingw32
6161

6262
DEPENDENCIES
63-
jekyll (= 3.5.2)
63+
jekyll (= 3.6.3)
6464
jekyll-feed (~> 0.6)
6565
jekyll-paginate
6666
liquid-md5 (~> 0.0.3)

0 commit comments

Comments
 (0)