Skip to content

Commit 617b9da

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 9f4dfd7 commit 617b9da

File tree

2 files changed

+61
-55
lines changed

2 files changed

+61
-55
lines changed

Gemfile

100755100644
Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
source "https://rubygems.org"
2-
ruby RUBY_VERSION
3-
4-
# Hello! This is where you manage which Jekyll version is used to run.
5-
# When you want to use a different version, change it below, save the
6-
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7-
#
8-
# bundle exec jekyll serve
9-
#
10-
# This will help ensure the proper Jekyll version is running.
11-
# Happy Jekylling!
12-
gem "jekyll", "3.4.3"
13-
14-
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15-
gem "minima", "~> 2.0"
16-
17-
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18-
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19-
# gem "github-pages", group: :jekyll_plugins
20-
21-
# If you have any plugins, put them here!
22-
group :jekyll_plugins do
23-
gem "jekyll-feed", "~> 0.6"
24-
gem 'jekyll-seo-tag'
25-
gem 'jekyll-sitemap'
26-
gem 'jekyll-avatar'
27-
end
28-
29-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
30-
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
31-
1+
source "https://rubygems.org"
2+
ruby RUBY_VERSION
3+
4+
# Hello! This is where you manage which Jekyll version is used to run.
5+
# When you want to use a different version, change it below, save the
6+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7+
#
8+
# bundle exec jekyll serve
9+
#
10+
# This will help ensure the proper Jekyll version is running.
11+
# Happy Jekylling!
12+
gem "jekyll", "3.6.3"
13+
14+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15+
gem "minima", "~> 2.0"
16+
17+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
18+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
19+
# gem "github-pages", group: :jekyll_plugins
20+
21+
# If you have any plugins, put them here!
22+
group :jekyll_plugins do
23+
gem "jekyll-feed", "~> 0.6"
24+
gem 'jekyll-seo-tag'
25+
gem 'jekyll-sitemap'
26+
gem 'jekyll-avatar'
27+
end
28+
29+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
30+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
31+

Gemfile.lock

100755100644
Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,68 @@
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.4)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
ffi (1.9.18-x64-mingw32)
7+
ffi (1.15.5)
8+
ffi (1.15.5-x64-mingw32)
89
forwardable-extended (2.6.0)
9-
jekyll (3.4.3)
10+
jekyll (3.6.3)
1011
addressable (~> 2.4)
1112
colorator (~> 1.0)
1213
jekyll-sass-converter (~> 1.0)
1314
jekyll-watch (~> 1.1)
14-
kramdown (~> 1.3)
15-
liquid (~> 3.0)
15+
kramdown (~> 1.14)
16+
liquid (~> 4.0)
1617
mercenary (~> 0.3.3)
1718
pathutil (~> 0.9)
18-
rouge (~> 1.7)
19+
rouge (>= 1.7, < 3)
1920
safe_yaml (~> 1.0)
2021
jekyll-avatar (0.4.2)
2122
jekyll (~> 3.0)
2223
jekyll-feed (0.9.2)
2324
jekyll (~> 3.3)
24-
jekyll-sass-converter (1.5.0)
25+
jekyll-sass-converter (1.5.2)
2526
sass (~> 3.4)
2627
jekyll-seo-tag (2.2.3)
2728
jekyll (~> 3.3)
2829
jekyll-sitemap (1.1.1)
2930
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)
31+
jekyll-watch (1.5.1)
32+
listen (~> 3.0)
33+
kramdown (1.17.0)
34+
liquid (4.0.4)
35+
listen (3.8.0)
36+
rb-fsevent (~> 0.10, >= 0.10.3)
37+
rb-inotify (~> 0.9, >= 0.9.10)
3738
mercenary (0.3.6)
3839
minima (2.1.1)
3940
jekyll (~> 3.3)
40-
pathutil (0.14.0)
41+
pathutil (0.16.2)
4142
forwardable-extended (~> 2.6)
42-
public_suffix (2.0.5)
43-
rb-fsevent (0.9.8)
44-
rb-inotify (0.9.8)
45-
ffi (>= 0.5.0)
46-
rouge (1.11.1)
47-
safe_yaml (1.0.4)
48-
sass (3.4.23)
43+
public_suffix (5.0.3)
44+
rb-fsevent (0.11.2)
45+
rb-inotify (0.10.1)
46+
ffi (~> 1.0)
47+
rouge (2.2.1)
48+
safe_yaml (1.0.5)
49+
sass (3.7.4)
50+
sass-listen (~> 4.0.0)
51+
sass-listen (4.0.0)
52+
rb-fsevent (~> 0.9, >= 0.9.4)
53+
rb-inotify (~> 0.9, >= 0.9.7)
4954
thread_safe (0.3.6)
5055
tzinfo (1.2.3)
5156
thread_safe (~> 0.1)
5257
tzinfo-data (1.2017.2)
5358
tzinfo (>= 1.0.0)
5459

5560
PLATFORMS
61+
ruby
5662
x64-mingw32
5763

5864
DEPENDENCIES
59-
jekyll (= 3.4.3)
65+
jekyll (= 3.6.3)
6066
jekyll-avatar
6167
jekyll-feed (~> 0.6)
6268
jekyll-seo-tag

0 commit comments

Comments
 (0)