Skip to content

Commit f231111

Browse files
Bump jekyll from 4.3.3 to 4.3.4
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/jekyll/jekyll/releases) - [Changelog](https://github.com/jekyll/jekyll/blob/master/History.markdown) - [Commits](jekyll/jekyll@v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c89a436 commit f231111

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
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", "~> 4.3.3"
11+
gem "jekyll", "~> 4.3.4"
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: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
asciidoctor (2.0.20)
77
asciidoctor-tabs (1.0.0.beta.6)
88
asciidoctor (>= 2.0.0, < 3.0.0)
9+
bigdecimal (3.1.8)
910
colorator (1.1.0)
10-
concurrent-ruby (1.2.3)
11+
concurrent-ruby (1.3.4)
1112
em-websocket (0.5.3)
1213
eventmachine (>= 0.12.9)
1314
http_parser.rb (~> 0)
1415
eventmachine (1.2.7)
15-
ffi (1.16.3)
16+
ffi (1.17.0)
1617
forwardable-extended (2.6.0)
17-
google-protobuf (3.25.1)
18+
google-protobuf (4.28.1)
19+
bigdecimal
20+
rake (>= 13)
1821
http_parser.rb (0.8.0)
19-
i18n (1.14.1)
22+
i18n (1.14.6)
2023
concurrent-ruby (~> 1.0)
21-
jekyll (4.3.3)
24+
jekyll (4.3.4)
2225
addressable (~> 2.4)
2326
colorator (~> 1.0)
2427
em-websocket (~> 0.5)
@@ -50,7 +53,7 @@ GEM
5053
kramdown-parser-gfm (1.1.0)
5154
kramdown (~> 2.0)
5255
liquid (4.0.4)
53-
listen (3.8.0)
56+
listen (3.9.0)
5457
rb-fsevent (~> 0.10, >= 0.10.3)
5558
rb-inotify (~> 0.9, >= 0.9.10)
5659
mercenary (0.4.0)
@@ -64,18 +67,18 @@ GEM
6467
racc (~> 1.4)
6568
pathutil (0.16.2)
6669
forwardable-extended (~> 2.6)
67-
public_suffix (5.0.4)
70+
public_suffix (6.0.1)
6871
racc (1.8.0)
69-
rake (13.1.0)
72+
rake (13.2.1)
7073
rb-fsevent (0.11.2)
71-
rb-inotify (0.10.1)
74+
rb-inotify (0.11.1)
7275
ffi (~> 1.0)
73-
rexml (3.2.6)
74-
rouge (4.2.0)
76+
rexml (3.3.7)
77+
rouge (4.3.0)
7578
safe_yaml (1.0.5)
76-
sass-embedded (1.69.6)
77-
google-protobuf (~> 3.25)
78-
rake (>= 13.0.0)
79+
sass-embedded (1.78.0)
80+
google-protobuf (~> 4.27)
81+
rake (>= 13)
7982
slim (5.2.1)
8083
temple (~> 0.10.0)
8184
tilt (>= 2.1.0)
@@ -88,7 +91,7 @@ GEM
8891
concurrent-ruby (~> 1.0)
8992
tzinfo-data (1.2024.1)
9093
tzinfo (>= 1.0.0)
91-
unicode-display_width (2.5.0)
94+
unicode-display_width (2.6.0)
9295
wdm (0.2.0)
9396
webrick (1.8.1)
9497

@@ -98,7 +101,7 @@ PLATFORMS
98101
DEPENDENCIES
99102
asciidoctor
100103
asciidoctor-tabs (>= 1.0.0.beta.6)
101-
jekyll (~> 4.3.3)
104+
jekyll (~> 4.3.4)
102105
jekyll-asciidoc
103106
jekyll-feed (~> 0.17)
104107
minima (~> 2.0)

0 commit comments

Comments
 (0)