Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 0364ff6

Browse files
Bump jekyll from 3.2.1 to 3.6.3
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.2.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.2.1...v3.6.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8299cc4 commit 0364ff6

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ruby RUBY_VERSION
99
#
1010
# This will help ensure the proper Jekyll version is running.
1111
# Happy Jekylling!
12-
gem "jekyll", "3.2.1"
12+
gem "jekyll", "3.6.3"
1313

1414
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1515
gem "minima"

Gemfile.lock

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
46
colorator (1.1.0)
57
css_press (0.3.2)
68
csspool-st (= 3.1.2)
@@ -14,28 +16,29 @@ GEM
1416
multi_css (>= 0.1.0)
1517
multi_js (>= 0.1.0)
1618
htmlentities (4.3.4)
17-
jekyll (3.2.1)
19+
jekyll (3.6.3)
20+
addressable (~> 2.4)
1821
colorator (~> 1.0)
1922
jekyll-sass-converter (~> 1.0)
2023
jekyll-watch (~> 1.1)
21-
kramdown (~> 1.3)
22-
liquid (~> 3.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
2326
mercenary (~> 0.3.3)
2427
pathutil (~> 0.9)
25-
rouge (~> 1.7)
28+
rouge (>= 1.7, < 3)
2629
safe_yaml (~> 1.0)
2730
jekyll-redirect-from (0.11.0)
2831
jekyll (>= 2.0)
29-
jekyll-sass-converter (1.4.0)
32+
jekyll-sass-converter (1.5.2)
3033
sass (~> 3.4)
31-
jekyll-watch (1.5.0)
32-
listen (~> 3.0, < 3.1)
34+
jekyll-watch (1.5.1)
35+
listen (~> 3.0)
3336
json (2.2.0)
34-
kramdown (1.12.0)
35-
liquid (3.0.6)
36-
listen (3.0.8)
37-
rb-fsevent (~> 0.9, >= 0.9.4)
38-
rb-inotify (~> 0.9, >= 0.9.7)
37+
kramdown (1.17.0)
38+
liquid (4.0.3)
39+
listen (3.2.1)
40+
rb-fsevent (~> 0.10, >= 0.10.3)
41+
rb-inotify (~> 0.9, >= 0.9.10)
3942
mercenary (0.3.6)
4043
minima (1.0.1)
4144
multi_css (0.1.0)
@@ -50,12 +53,17 @@ GEM
5053
octopress-hooks
5154
pathutil (0.16.2)
5255
forwardable-extended (~> 2.6)
56+
public_suffix (4.0.4)
5357
rb-fsevent (0.10.3)
5458
rb-inotify (0.10.1)
5559
ffi (~> 1.0)
56-
rouge (1.11.1)
60+
rouge (2.2.1)
5761
safe_yaml (1.0.5)
58-
sass (3.4.22)
62+
sass (3.7.4)
63+
sass-listen (~> 4.0.0)
64+
sass-listen (4.0.0)
65+
rb-fsevent (~> 0.9, >= 0.9.4)
66+
rb-inotify (~> 0.9, >= 0.9.7)
5967
uglifier (2.7.2)
6068
execjs (>= 0.3.0)
6169
json (>= 1.8.0)
@@ -64,7 +72,7 @@ PLATFORMS
6472
ruby
6573

6674
DEPENDENCIES
67-
jekyll (= 3.2.1)
75+
jekyll (= 3.6.3)
6876
jekyll-redirect-from
6977
minima
7078
octopress-minify-html

0 commit comments

Comments
 (0)