Skip to content

Commit 7cc6ef6

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 b572a8e commit 7cc6ef6

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
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: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GEM
1818
rubocop (~> 1.0)
1919
coderay (1.1.3)
2020
colorator (1.1.0)
21-
concurrent-ruby (1.3.4)
21+
concurrent-ruby (1.3.5)
2222
console (1.29.3)
2323
fiber-annotation
2424
fiber-local (~> 1.1)
@@ -37,7 +37,10 @@ GEM
3737
fiber-storage
3838
fiber-storage (1.0.0)
3939
forwardable-extended (2.6.0)
40-
google-protobuf (4.29.2)
40+
google-protobuf (4.29.3-arm64-darwin)
41+
bigdecimal
42+
rake (>= 13)
43+
google-protobuf (4.29.3-x86_64-linux)
4144
bigdecimal
4245
rake (>= 13)
4346
hashery (2.1.2)
@@ -51,20 +54,23 @@ GEM
5154
yell (~> 2.0)
5255
zeitwerk (~> 2.5)
5356
http_parser.rb (0.8.0)
54-
i18n (1.14.6)
57+
i18n (1.14.7)
5558
concurrent-ruby (~> 1.0)
5659
io-event (1.9.0)
57-
jekyll (4.3.4)
60+
jekyll (4.4.1)
5861
addressable (~> 2.4)
62+
base64 (~> 0.2)
5963
colorator (~> 1.0)
64+
csv (~> 3.0)
6065
em-websocket (~> 0.5)
6166
i18n (~> 1.0)
6267
jekyll-sass-converter (>= 2.0, < 4.0)
6368
jekyll-watch (~> 2.0)
69+
json (~> 2.6)
6470
kramdown (~> 2.3, >= 2.3.1)
6571
kramdown-parser-gfm (~> 1.0)
6672
liquid (~> 4.0)
67-
mercenary (>= 0.3.6, < 0.5)
73+
mercenary (~> 0.3, >= 0.3.6)
6874
pathutil (~> 0.9)
6975
rouge (>= 3.0, < 5.0)
7076
safe_yaml (~> 1.0)
@@ -75,8 +81,8 @@ GEM
7581
jekyll-feed (0.17.0)
7682
jekyll (>= 3.7, < 5.0)
7783
jekyll-paginate (1.1.0)
78-
jekyll-sass-converter (3.0.0)
79-
sass-embedded (~> 1.54)
84+
jekyll-sass-converter (3.1.0)
85+
sass-embedded (~> 1.75)
8086
jekyll-seo-tag (2.8.0)
8187
jekyll (>= 3.8, < 5.0)
8288
jekyll-sitemap (1.4.0)
@@ -123,7 +129,7 @@ GEM
123129
rb-inotify (0.11.1)
124130
ffi (~> 1.0)
125131
regexp_parser (2.10.0)
126-
rexml (3.4.0)
132+
rexml (3.4.1)
127133
rouge (4.5.1)
128134
rubocop (1.57.2)
129135
json (~> 2.3)
@@ -149,10 +155,10 @@ GEM
149155
ruby-progressbar (1.13.0)
150156
ruby-rc4 (0.1.5)
151157
safe_yaml (1.0.5)
152-
sass-embedded (1.83.0-arm64-darwin)
153-
google-protobuf (~> 4.28)
154-
sass-embedded (1.83.0-x86_64-linux-gnu)
155-
google-protobuf (~> 4.28)
158+
sass-embedded (1.85.0-arm64-darwin)
159+
google-protobuf (~> 4.29)
160+
sass-embedded (1.85.0-x86_64-linux-gnu)
161+
google-protobuf (~> 4.29)
156162
terminal-table (3.0.2)
157163
unicode-display_width (>= 1.1.1, < 3)
158164
traces (0.15.2)
@@ -179,7 +185,7 @@ DEPENDENCIES
179185
code-scanning-rubocop (~> 0.3)
180186
csv (~> 3.3)
181187
html-proofer (~> 5.0.10)
182-
jekyll (~> 4.3)
188+
jekyll (~> 4.4)
183189
jekyll-archives
184190
jekyll-feed (~> 0.12)
185191
jekyll-paginate

0 commit comments

Comments
 (0)