Skip to content

Commit 3e8fb39

Browse files
Bump jekyll from 3.4.3 to 3.6.3
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.4.3 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.4.3...v3.6.3) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2cc3180 commit 3e8fb39

File tree

2 files changed

+29
-25
lines changed

2 files changed

+29
-25
lines changed

Gemfile

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
ruby RUBY_VERSION
33

4-
gem "jekyll", "3.4.3"
4+
gem "jekyll", "3.6.3"
55

66
# to use GitHub Pages
77
# gem "github-pages", group: :jekyll_plugins

Gemfile.lock

100755100644
Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,59 @@
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.8.1)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
ffi (1.9.18)
7+
ffi (1.15.5)
88
forwardable-extended (2.6.0)
9-
jekyll (3.4.3)
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)
15-
liquid (~> 3.0)
14+
kramdown (~> 1.14)
15+
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)
2222
jekyll-redirect-from (0.12.1)
2323
jekyll (~> 3.3)
24-
jekyll-sass-converter (1.5.0)
24+
jekyll-sass-converter (1.5.2)
2525
sass (~> 3.4)
2626
jekyll-seo-tag (2.2.2)
2727
jekyll (~> 3.3)
2828
jekyll-sitemap (1.1.1)
2929
jekyll (~> 3.3)
30-
jekyll-watch (1.5.0)
31-
listen (~> 3.0, < 3.1)
32-
kramdown (1.13.2)
33-
liquid (3.0.6)
34-
listen (3.0.8)
35-
rb-fsevent (~> 0.9, >= 0.9.4)
36-
rb-inotify (~> 0.9, >= 0.9.7)
30+
jekyll-watch (1.5.1)
31+
listen (~> 3.0)
32+
kramdown (1.17.0)
33+
liquid (4.0.4)
34+
listen (3.8.0)
35+
rb-fsevent (~> 0.10, >= 0.10.3)
36+
rb-inotify (~> 0.9, >= 0.9.10)
3737
mercenary (0.3.6)
38-
pathutil (0.14.0)
38+
pathutil (0.16.2)
3939
forwardable-extended (~> 2.6)
40-
public_suffix (2.0.5)
41-
rb-fsevent (0.9.8)
42-
rb-inotify (0.9.8)
43-
ffi (>= 0.5.0)
44-
rouge (1.11.1)
45-
safe_yaml (1.0.4)
46-
sass (3.4.23)
40+
public_suffix (5.0.1)
41+
rb-fsevent (0.11.2)
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)
47+
sass-listen (~> 4.0.0)
48+
sass-listen (4.0.0)
49+
rb-fsevent (~> 0.9, >= 0.9.4)
50+
rb-inotify (~> 0.9, >= 0.9.7)
4751

4852
PLATFORMS
4953
ruby
5054

5155
DEPENDENCIES
52-
jekyll (= 3.4.3)
56+
jekyll (= 3.6.3)
5357
jekyll-feed
5458
jekyll-redirect-from
5559
jekyll-seo-tag

0 commit comments

Comments
 (0)