Skip to content

Commit 69531bf

Browse files
Bump jekyll from 3.5.1 to 3.6.3
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.5.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.5.1...v3.6.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 435a451 commit 69531bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "3.5.1"
11+
gem "jekyll", "3.6.3"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ GEM
66
colorator (1.1.0)
77
ffi (1.15.4)
88
forwardable-extended (2.6.0)
9-
jekyll (3.5.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)
14+
kramdown (~> 1.14)
1515
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.11.0)
2121
jekyll (~> 3.3)
@@ -41,7 +41,7 @@ GEM
4141
rb-fsevent (0.11.0)
4242
rb-inotify (0.10.1)
4343
ffi (~> 1.0)
44-
rouge (1.11.1)
44+
rouge (2.2.1)
4545
safe_yaml (1.0.5)
4646
sass (3.7.4)
4747
sass-listen (~> 4.0.0)
@@ -53,7 +53,7 @@ PLATFORMS
5353
ruby
5454

5555
DEPENDENCIES
56-
jekyll (= 3.5.1)
56+
jekyll (= 3.6.3)
5757
jekyll-feed (~> 0.6)
5858
minima (~> 2.0)
5959
tzinfo-data

0 commit comments

Comments
 (0)