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

Commit 54ac34b

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 77bead2 commit 54ac34b

2 files changed

Lines changed: 55 additions & 22 deletions

File tree

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: 54 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,81 @@
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)
5-
ffi (1.9.14)
7+
css_press (0.3.2)
8+
csspool-st (= 3.1.2)
9+
json
10+
csspool-st (3.1.2)
11+
execjs (2.7.0)
12+
ffi (1.11.1)
613
forwardable-extended (2.6.0)
7-
jekyll (3.2.1)
14+
html_press (0.8.2)
15+
htmlentities
16+
multi_css (>= 0.1.0)
17+
multi_js (>= 0.1.0)
18+
htmlentities (4.3.4)
19+
jekyll (3.6.3)
20+
addressable (~> 2.4)
821
colorator (~> 1.0)
922
jekyll-sass-converter (~> 1.0)
1023
jekyll-watch (~> 1.1)
11-
kramdown (~> 1.3)
12-
liquid (~> 3.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
1326
mercenary (~> 0.3.3)
1427
pathutil (~> 0.9)
15-
rouge (~> 1.7)
28+
rouge (>= 1.7, < 3)
1629
safe_yaml (~> 1.0)
1730
jekyll-redirect-from (0.11.0)
1831
jekyll (>= 2.0)
19-
jekyll-sass-converter (1.4.0)
32+
jekyll-sass-converter (1.5.2)
2033
sass (~> 3.4)
21-
jekyll-watch (1.5.0)
22-
listen (~> 3.0, < 3.1)
23-
kramdown (1.12.0)
24-
liquid (3.0.6)
25-
listen (3.0.8)
26-
rb-fsevent (~> 0.9, >= 0.9.4)
27-
rb-inotify (~> 0.9, >= 0.9.7)
34+
jekyll-watch (1.5.1)
35+
listen (~> 3.0)
36+
json (2.2.0)
37+
kramdown (1.17.0)
38+
liquid (4.0.3)
39+
listen (3.2.0)
40+
rb-fsevent (~> 0.10, >= 0.10.3)
41+
rb-inotify (~> 0.9, >= 0.9.10)
2842
mercenary (0.3.6)
2943
minima (1.0.1)
30-
pathutil (0.14.0)
44+
multi_css (0.1.0)
45+
css_press
46+
multi_js (0.1.0)
47+
uglifier (~> 2)
48+
octopress-hooks (2.6.2)
49+
jekyll (>= 2.0)
50+
octopress-minify-html (1.3.1)
51+
html_press (~> 0.8)
52+
jekyll (>= 2.0)
53+
octopress-hooks
54+
pathutil (0.16.2)
3155
forwardable-extended (~> 2.6)
32-
rb-fsevent (0.9.7)
33-
rb-inotify (0.9.7)
34-
ffi (>= 0.5.0)
35-
rouge (1.11.1)
36-
safe_yaml (1.0.4)
37-
sass (3.4.22)
56+
public_suffix (4.0.1)
57+
rb-fsevent (0.10.3)
58+
rb-inotify (0.10.0)
59+
ffi (~> 1.0)
60+
rouge (2.2.1)
61+
safe_yaml (1.0.5)
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)
67+
uglifier (2.7.2)
68+
execjs (>= 0.3.0)
69+
json (>= 1.8.0)
3870

3971
PLATFORMS
4072
ruby
4173

4274
DEPENDENCIES
43-
jekyll (= 3.2.1)
75+
jekyll (= 3.6.3)
4476
jekyll-redirect-from
4577
minima
78+
octopress-minify-html
4679

4780
RUBY VERSION
4881
ruby 2.0.0p648

0 commit comments

Comments
 (0)