Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2676ec1

Browse files
authoredMay 10, 2024··
Bump jekyll from 4.2.0 to 4.3.3
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.2.0 to 4.3.3. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.2.0...v4.3.3) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a88834b commit 2676ec1

File tree

1 file changed

+32
-28
lines changed

1 file changed

+32
-28
lines changed
 

‎Gemfile.lock

+32-28
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,70 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.1.8)
8-
em-websocket (0.5.2)
7+
concurrent-ruby (1.2.3)
8+
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
10-
http_parser.rb (~> 0.6.0)
10+
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
12-
ffi (1.15.0)
12+
ffi (1.16.3)
1313
forwardable-extended (2.6.0)
14-
http_parser.rb (0.6.0)
15-
i18n (1.8.10)
14+
google-protobuf (4.26.1-x86_64-linux)
15+
rake (>= 13)
16+
http_parser.rb (0.8.0)
17+
i18n (1.14.5)
1618
concurrent-ruby (~> 1.0)
17-
jekyll (4.2.0)
19+
jekyll (4.3.3)
1820
addressable (~> 2.4)
1921
colorator (~> 1.0)
2022
em-websocket (~> 0.5)
2123
i18n (~> 1.0)
22-
jekyll-sass-converter (~> 2.0)
24+
jekyll-sass-converter (>= 2.0, < 4.0)
2325
jekyll-watch (~> 2.0)
24-
kramdown (~> 2.3)
26+
kramdown (~> 2.3, >= 2.3.1)
2527
kramdown-parser-gfm (~> 1.0)
2628
liquid (~> 4.0)
27-
mercenary (~> 0.4.0)
29+
mercenary (>= 0.3.6, < 0.5)
2830
pathutil (~> 0.9)
29-
rouge (~> 3.0)
31+
rouge (>= 3.0, < 5.0)
3032
safe_yaml (~> 1.0)
31-
terminal-table (~> 2.0)
33+
terminal-table (>= 1.8, < 4.0)
34+
webrick (~> 1.7)
3235
jekyll-feed (0.15.1)
3336
jekyll (>= 3.7, < 5.0)
34-
jekyll-sass-converter (2.1.0)
35-
sassc (> 2.0.1, < 3.0)
37+
jekyll-sass-converter (3.0.0)
38+
sass-embedded (~> 1.54)
3639
jekyll-watch (2.2.1)
3740
listen (~> 3.0)
38-
kramdown (2.3.1)
41+
kramdown (2.4.0)
3942
rexml
4043
kramdown-parser-gfm (1.1.0)
4144
kramdown (~> 2.0)
42-
liquid (4.0.3)
43-
listen (3.5.1)
45+
liquid (4.0.4)
46+
listen (3.9.0)
4447
rb-fsevent (~> 0.10, >= 0.10.3)
4548
rb-inotify (~> 0.9, >= 0.9.10)
4649
mercenary (0.4.0)
4750
neat (4.0.0)
4851
thor (~> 0.19)
4952
pathutil (0.16.2)
5053
forwardable-extended (~> 2.6)
51-
public_suffix (4.0.6)
52-
rb-fsevent (0.10.4)
54+
public_suffix (5.0.5)
55+
rake (13.2.1)
56+
rb-fsevent (0.11.2)
5357
rb-inotify (0.10.1)
5458
ffi (~> 1.0)
55-
rexml (3.2.5)
56-
rouge (3.26.0)
59+
rexml (3.2.6)
60+
rouge (4.2.1)
5761
safe_yaml (1.0.5)
58-
sassc (2.4.0)
59-
ffi (~> 1.9)
60-
terminal-table (2.0.0)
61-
unicode-display_width (~> 1.1, >= 1.1.1)
62+
sass-embedded (1.77.0-x86_64-linux-gnu)
63+
google-protobuf (>= 3.25, < 5.0)
64+
terminal-table (3.0.2)
65+
unicode-display_width (>= 1.1.1, < 3)
6266
thor (0.20.3)
63-
unicode-display_width (1.7.0)
67+
unicode-display_width (2.5.0)
6468
webrick (1.7.0)
6569

6670
PLATFORMS

0 commit comments

Comments
 (0)
Please sign in to comment.