Skip to content

Commit 78223d7

Browse files
dependabot[bot]SyntaxRules
authored andcommitted
chore(deps): bump jekyll from 3.3.1 to 3.6.3 (#8)
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.3.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.3.1...v3.6.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent bdee8d4 commit 78223d7

2 files changed

Lines changed: 29 additions & 25 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.3.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", "~> 2.0"

Gemfile.lock

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,53 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.0)
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.14)
7+
ffi (1.11.1)
88
forwardable-extended (2.6.0)
9-
jekyll (3.3.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)
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.8.0)
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.13.1)
27-
liquid (3.0.6)
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.0)
29+
rb-fsevent (~> 0.10, >= 0.10.3)
30+
rb-inotify (~> 0.9, >= 0.9.10)
3131
mercenary (0.3.6)
32-
pathutil (0.14.0)
32+
pathutil (0.16.2)
3333
forwardable-extended (~> 2.6)
34-
public_suffix (2.0.4)
35-
rb-fsevent (0.9.8)
36-
rb-inotify (0.9.7)
37-
ffi (>= 0.5.0)
38-
rouge (1.11.1)
39-
safe_yaml (1.0.4)
40-
sass (3.4.22)
34+
public_suffix (4.0.1)
35+
rb-fsevent (0.10.3)
36+
rb-inotify (0.10.0)
37+
ffi (~> 1.0)
38+
rouge (2.2.1)
39+
safe_yaml (1.0.5)
40+
sass (3.7.4)
41+
sass-listen (~> 4.0.0)
42+
sass-listen (4.0.0)
43+
rb-fsevent (~> 0.9, >= 0.9.4)
44+
rb-inotify (~> 0.9, >= 0.9.7)
4145

4246
PLATFORMS
4347
ruby
4448

4549
DEPENDENCIES
46-
jekyll (= 3.3.1)
50+
jekyll (= 3.6.3)
4751
jekyll-feed (~> 0.6)
4852

4953
RUBY VERSION

0 commit comments

Comments
 (0)