Skip to content

Commit b1488fb

Browse files
Bump jekyll
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.1.6 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.1.6...v3.6.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6684c9b commit b1488fb

File tree

2 files changed

+33
-22
lines changed

2 files changed

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

33
group :development, :test do
4-
gem 'jekyll', '~> 3.1.2'
4+
gem 'jekyll', '~> 3.6.3'
55
gem 'jekyll-sitemap', '~> 0.11.0'
66
end

samples/netcore2.0/DynamicRoleBasedAuthorization/wwwroot/lib/bootstrap/Gemfile.lock

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,52 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
addressable (2.4.0)
5-
colorator (0.1)
6-
ffi (1.9.14-x64-mingw32)
7-
jekyll (3.1.6)
8-
colorator (~> 0.1)
5+
colorator (1.1.0)
6+
ffi (1.12.1)
7+
ffi (1.12.1-x64-mingw32)
8+
forwardable-extended (2.6.0)
9+
jekyll (3.6.3)
10+
addressable (~> 2.4)
11+
colorator (~> 1.0)
912
jekyll-sass-converter (~> 1.0)
1013
jekyll-watch (~> 1.1)
11-
kramdown (~> 1.3)
12-
liquid (~> 3.0)
14+
kramdown (~> 1.14)
15+
liquid (~> 4.0)
1316
mercenary (~> 0.3.3)
14-
rouge (~> 1.7)
17+
pathutil (~> 0.9)
18+
rouge (>= 1.7, < 3)
1519
safe_yaml (~> 1.0)
16-
jekyll-sass-converter (1.4.0)
20+
jekyll-sass-converter (1.5.2)
1721
sass (~> 3.4)
1822
jekyll-sitemap (0.11.0)
1923
addressable (~> 2.4.0)
20-
jekyll-watch (1.4.0)
21-
listen (~> 3.0, < 3.1)
22-
kramdown (1.11.1)
23-
liquid (3.0.6)
24-
listen (3.0.8)
24+
jekyll-watch (1.5.1)
25+
listen (~> 3.0)
26+
kramdown (1.17.0)
27+
liquid (4.0.3)
28+
listen (3.2.1)
29+
rb-fsevent (~> 0.10, >= 0.10.3)
30+
rb-inotify (~> 0.9, >= 0.9.10)
31+
mercenary (0.3.6)
32+
pathutil (0.16.2)
33+
forwardable-extended (~> 2.6)
34+
rb-fsevent (0.10.3)
35+
rb-inotify (0.10.1)
36+
ffi (~> 1.0)
37+
rouge (2.2.1)
38+
safe_yaml (1.0.5)
39+
sass (3.7.4)
40+
sass-listen (~> 4.0.0)
41+
sass-listen (4.0.0)
2542
rb-fsevent (~> 0.9, >= 0.9.4)
2643
rb-inotify (~> 0.9, >= 0.9.7)
27-
mercenary (0.3.6)
28-
rb-fsevent (0.9.7)
29-
rb-inotify (0.9.7)
30-
ffi (>= 0.5.0)
31-
rouge (1.11.1)
32-
safe_yaml (1.0.4)
33-
sass (3.4.22)
3444

3545
PLATFORMS
46+
ruby
3647
x64-mingw32
3748

3849
DEPENDENCIES
39-
jekyll (~> 3.1.2)
50+
jekyll (~> 3.6.3)
4051
jekyll-sitemap (~> 0.11.0)
4152

4253
BUNDLED WITH

0 commit comments

Comments
 (0)