Skip to content

Commit 79cae29

Browse files
chore(deps): bump jekyll from 4.3.2 to 4.3.3
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.3.2 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.3.2...v4.3.3) --- updated-dependencies: - dependency-name: jekyll dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fbbfd9 commit 79cae29

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'html-proofer', '4.4.3'
77
gem 'image_optim'
88
gem 'image_optim_pack', '0.10.1'
99
# https://github.com/jekyll/jekyll/issues/8049
10-
gem "jekyll", '4.3.2'
10+
gem "jekyll", '4.3.3'
1111
gem 'mini_magick'
1212
gem 'rake'
1313
gem 'sass'

Gemfile.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GEM
3333
minitest (>= 5.1)
3434
tzinfo (~> 2.0)
3535
zeitwerk (~> 2.3)
36-
addressable (2.8.1)
36+
addressable (2.8.6)
3737
public_suffix (>= 2.0.2, < 6.0)
3838
classifier-reborn (2.3.0)
3939
fast-stemmer (~> 1.0)
@@ -58,12 +58,12 @@ GEM
5858
faraday-net_http (3.0.2)
5959
fast-stemmer (1.0.2)
6060
fastimage (2.2.6)
61-
ffi (1.15.5)
61+
ffi (1.16.3)
6262
forwardable-extended (2.6.0)
6363
fspath (3.1.2)
64-
google-protobuf (3.22.0)
65-
google-protobuf (3.22.0-arm64-darwin)
66-
google-protobuf (3.22.0-x86_64-darwin)
64+
google-protobuf (3.25.2)
65+
google-protobuf (3.25.2-arm64-darwin)
66+
google-protobuf (3.25.2-x86_64-darwin)
6767
hashie (5.0.0)
6868
html-proofer (4.4.3)
6969
addressable (~> 2.3)
@@ -91,7 +91,7 @@ GEM
9191
image_optim (~> 0.19)
9292
image_size (3.3.0)
9393
in_threads (1.6.0)
94-
jekyll (4.3.2)
94+
jekyll (4.3.3)
9595
addressable (~> 2.4)
9696
colorator (~> 1.0)
9797
em-websocket (~> 0.5)
@@ -152,27 +152,27 @@ GEM
152152
pathutil (0.16.2)
153153
forwardable-extended (~> 2.6)
154154
progress (3.6.0)
155-
public_suffix (5.0.1)
155+
public_suffix (5.0.4)
156156
racc (1.7.3)
157157
rack (3.0.8)
158158
rainbow (3.1.1)
159159
rake (13.1.0)
160160
rb-fsevent (0.11.2)
161161
rb-inotify (0.10.1)
162162
ffi (~> 1.0)
163-
rexml (3.2.5)
164-
rouge (4.1.0)
163+
rexml (3.2.6)
164+
rouge (4.2.0)
165165
ruby2_keywords (0.0.5)
166166
safe_yaml (1.0.5)
167167
sass (3.7.4)
168168
sass-listen (~> 4.0.0)
169-
sass-embedded (1.58.3)
170-
google-protobuf (~> 3.21)
171-
rake (>= 10.0.0)
172-
sass-embedded (1.58.3-arm64-darwin)
173-
google-protobuf (~> 3.21)
174-
sass-embedded (1.58.3-x86_64-darwin)
175-
google-protobuf (~> 3.21)
169+
sass-embedded (1.70.0)
170+
google-protobuf (~> 3.25)
171+
rake (>= 13.0.0)
172+
sass-embedded (1.70.0-arm64-darwin)
173+
google-protobuf (~> 3.25)
174+
sass-embedded (1.70.0-x86_64-darwin)
175+
google-protobuf (~> 3.25)
176176
sass-listen (4.0.0)
177177
rb-fsevent (~> 0.9, >= 0.9.4)
178178
rb-inotify (~> 0.9, >= 0.9.7)
@@ -191,7 +191,7 @@ GEM
191191
concurrent-ruby (~> 1.0)
192192
uglifier (4.2.0)
193193
execjs (>= 0.3.0, < 3)
194-
unicode-display_width (2.4.2)
194+
unicode-display_width (2.5.0)
195195
webrick (1.8.1)
196196
yell (2.2.2)
197197
zeitwerk (2.6.11)
@@ -206,7 +206,7 @@ DEPENDENCIES
206206
html-proofer (= 4.4.3)
207207
image_optim
208208
image_optim_pack (= 0.10.1)
209-
jekyll (= 4.3.2)
209+
jekyll (= 4.3.3)
210210
jekyll-assets!
211211
jekyll-compose
212212
jekyll-feed

0 commit comments

Comments
 (0)