Skip to content

Commit 9832739

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

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source "https://rubygems.org"
1010
# This will help ensure the proper Jekyll version is running.
1111
# Happy Jekylling!
1212
gem "csv", "~> 3.3"
13-
gem "jekyll", "~> 4.3"
13+
gem "jekyll", "~> 4.4"
1414
gem "webrick"
1515

1616
gem "base64"

Gemfile.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GEM
1616
rubocop (~> 1.0)
1717
coderay (1.1.3)
1818
colorator (1.1.0)
19-
concurrent-ruby (1.3.4)
19+
concurrent-ruby (1.3.5)
2020
console (1.29.2)
2121
fiber-annotation
2222
fiber-local (~> 1.1)
@@ -28,13 +28,17 @@ GEM
2828
ethon (0.16.0)
2929
ffi (>= 1.15.0)
3030
eventmachine (1.2.7)
31-
ffi (1.17.0)
31+
ffi (1.17.1-arm64-darwin)
32+
ffi (1.17.1-x86_64-linux-gnu)
3233
fiber-annotation (0.2.0)
3334
fiber-local (1.1.0)
3435
fiber-storage
3536
fiber-storage (1.0.0)
3637
forwardable-extended (2.6.0)
37-
google-protobuf (4.29.2)
38+
google-protobuf (4.29.3-arm64-darwin)
39+
bigdecimal
40+
rake (>= 13)
41+
google-protobuf (4.29.3-x86_64-linux)
3842
bigdecimal
3943
rake (>= 13)
4044
hashery (2.1.2)
@@ -48,20 +52,23 @@ GEM
4852
yell (~> 2.0)
4953
zeitwerk (~> 2.5)
5054
http_parser.rb (0.8.0)
51-
i18n (1.14.6)
55+
i18n (1.14.7)
5256
concurrent-ruby (~> 1.0)
5357
io-event (1.7.5)
54-
jekyll (4.3.4)
58+
jekyll (4.4.1)
5559
addressable (~> 2.4)
60+
base64 (~> 0.2)
5661
colorator (~> 1.0)
62+
csv (~> 3.0)
5763
em-websocket (~> 0.5)
5864
i18n (~> 1.0)
5965
jekyll-sass-converter (>= 2.0, < 4.0)
6066
jekyll-watch (~> 2.0)
67+
json (~> 2.6)
6168
kramdown (~> 2.3, >= 2.3.1)
6269
kramdown-parser-gfm (~> 1.0)
6370
liquid (~> 4.0)
64-
mercenary (>= 0.3.6, < 0.5)
71+
mercenary (~> 0.3, >= 0.3.6)
6572
pathutil (~> 0.9)
6673
rouge (>= 3.0, < 5.0)
6774
safe_yaml (~> 1.0)
@@ -145,10 +152,10 @@ GEM
145152
ruby-progressbar (1.13.0)
146153
ruby-rc4 (0.1.5)
147154
safe_yaml (1.0.5)
148-
sass-embedded (1.83.0-arm64-darwin)
149-
google-protobuf (~> 4.28)
150-
sass-embedded (1.83.0-x86_64-linux-gnu)
151-
google-protobuf (~> 4.28)
155+
sass-embedded (1.83.4-arm64-darwin)
156+
google-protobuf (~> 4.29)
157+
sass-embedded (1.83.4-x86_64-linux-gnu)
158+
google-protobuf (~> 4.29)
152159
terminal-table (3.0.2)
153160
unicode-display_width (>= 1.1.1, < 3)
154161
ttfunk (1.8.0)
@@ -174,7 +181,7 @@ DEPENDENCIES
174181
code-scanning-rubocop (~> 0.3)
175182
csv (~> 3.3)
176183
html-proofer (~> 5.0.9)
177-
jekyll (~> 4.3)
184+
jekyll (~> 4.4)
178185
jekyll-archives
179186
jekyll-feed (~> 0.12)
180187
jekyll-paginate

0 commit comments

Comments
 (0)