Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 4dd359c

Browse files
build(deps): bump jekyll from 3.3.0 to 3.6.3
Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.3.0 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.0...v3.6.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8a3cfc commit 4dd359c

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed

Gemfile.lock

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.4.0)
4+
addressable (2.7.0)
5+
public_suffix (>= 2.0.2, < 5.0)
56
colorator (1.1.0)
6-
ffi (1.9.14)
7+
ffi (1.11.1)
78
forwardable-extended (2.6.0)
8-
jekyll (3.3.0)
9+
jekyll (3.6.3)
910
addressable (~> 2.4)
1011
colorator (~> 1.0)
1112
jekyll-sass-converter (~> 1.0)
1213
jekyll-watch (~> 1.1)
13-
kramdown (~> 1.3)
14-
liquid (~> 3.0)
14+
kramdown (~> 1.14)
15+
liquid (~> 4.0)
1516
mercenary (~> 0.3.3)
1617
pathutil (~> 0.9)
17-
rouge (~> 1.7)
18+
rouge (>= 1.7, < 3)
1819
safe_yaml (~> 1.0)
19-
jekyll-sass-converter (1.4.0)
20+
jekyll-sass-converter (1.5.2)
2021
sass (~> 3.4)
21-
jekyll-watch (1.5.0)
22-
listen (~> 3.0, < 3.1)
23-
kramdown (1.12.0)
24-
liquid (3.0.6)
25-
listen (3.0.8)
26-
rb-fsevent (~> 0.9, >= 0.9.4)
27-
rb-inotify (~> 0.9, >= 0.9.7)
22+
jekyll-watch (1.5.1)
23+
listen (~> 3.0)
24+
kramdown (1.17.0)
25+
liquid (4.0.3)
26+
listen (3.2.0)
27+
rb-fsevent (~> 0.10, >= 0.10.3)
28+
rb-inotify (~> 0.9, >= 0.9.10)
2829
mercenary (0.3.6)
29-
pathutil (0.14.0)
30+
pathutil (0.16.2)
3031
forwardable-extended (~> 2.6)
31-
rb-fsevent (0.9.8)
32-
rb-inotify (0.9.7)
33-
ffi (>= 0.5.0)
34-
rouge (1.11.1)
35-
safe_yaml (1.0.4)
36-
sass (3.4.22)
32+
public_suffix (4.0.1)
33+
rb-fsevent (0.10.3)
34+
rb-inotify (0.10.0)
35+
ffi (~> 1.0)
36+
rouge (2.2.1)
37+
safe_yaml (1.0.5)
38+
sass (3.7.4)
39+
sass-listen (~> 4.0.0)
40+
sass-listen (4.0.0)
41+
rb-fsevent (~> 0.9, >= 0.9.4)
42+
rb-inotify (~> 0.9, >= 0.9.7)
3743

3844
PLATFORMS
3945
ruby

0 commit comments

Comments
 (0)