Skip to content

Commit 543ddc5

Browse files
Bump jekyll from 3.3.1 to 3.6.3
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 7c74f70 commit 543ddc5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

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

4-
gem 'jekyll', '~>3.3.0'
4+
gem 'jekyll', '~>3.6.3'
55
gem 'sass', '~>3.4.21'
66
gem 'sass-css-importer', '~>1.0.0.beta.0'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ GEM
44
addressable (2.7.0)
55
public_suffix (>= 2.0.2, < 5.0)
66
colorator (1.1.0)
7-
ffi (1.12.2)
7+
ffi (1.13.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-sass-converter (1.5.2)
2121
sass (~> 3.4)
2222
jekyll-watch (1.5.1)
2323
listen (~> 3.0)
2424
kramdown (1.17.0)
25-
liquid (3.0.6)
25+
liquid (4.0.3)
2626
listen (3.2.1)
2727
rb-fsevent (~> 0.10, >= 0.10.3)
2828
rb-inotify (~> 0.9, >= 0.9.10)
@@ -33,7 +33,7 @@ GEM
3333
rb-fsevent (0.10.4)
3434
rb-inotify (0.10.1)
3535
ffi (~> 1.0)
36-
rouge (1.11.1)
36+
rouge (2.2.1)
3737
safe_yaml (1.0.5)
3838
sass (3.4.25)
3939
sass-css-importer (1.0.0.beta.0)
@@ -43,7 +43,7 @@ PLATFORMS
4343
ruby
4444

4545
DEPENDENCIES
46-
jekyll (~> 3.3.0)
46+
jekyll (~> 3.6.3)
4747
sass (~> 3.4.21)
4848
sass-css-importer (~> 1.0.0.beta.0)
4949

0 commit comments

Comments
 (0)