Skip to content

Commit 9d29788

Browse files
Bump jekyll from 4.2.2 to 4.4.1
Bumps [jekyll](https://github.com/jekyll/jekyll) from 4.2.2 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.2.2...v4.4.1) --- 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 aa8e2f7 commit 9d29788

File tree

2 files changed

+38
-24
lines changed

2 files changed

+38
-24
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source "https://rubygems.org"
77
#
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
10-
gem "jekyll", "~> 4.2.1"
10+
gem "jekyll", "~> 4.4.1"
1111
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1212
gem "minima", "~> 2.5"
1313
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and

Gemfile.lock

Lines changed: 37 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,54 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
7+
bigdecimal (3.1.9)
68
colorator (1.1.0)
7-
concurrent-ruby (1.3.4)
9+
concurrent-ruby (1.3.5)
10+
csv (3.3.2)
811
em-websocket (0.5.3)
912
eventmachine (>= 0.12.9)
1013
http_parser.rb (~> 0)
1114
eventmachine (1.2.7)
1215
eventmachine (1.2.7-x64-mingw32)
13-
ffi (1.17.0)
16+
ffi (1.17.1)
1417
forwardable-extended (2.6.0)
18+
google-protobuf (4.29.3)
19+
bigdecimal
20+
rake (>= 13)
1521
http_parser.rb (0.8.0)
16-
i18n (1.14.6)
22+
i18n (1.14.7)
1723
concurrent-ruby (~> 1.0)
18-
jekyll (4.2.2)
24+
jekyll (4.4.1)
1925
addressable (~> 2.4)
26+
base64 (~> 0.2)
2027
colorator (~> 1.0)
28+
csv (~> 3.0)
2129
em-websocket (~> 0.5)
2230
i18n (~> 1.0)
23-
jekyll-sass-converter (~> 2.0)
31+
jekyll-sass-converter (>= 2.0, < 4.0)
2432
jekyll-watch (~> 2.0)
25-
kramdown (~> 2.3)
33+
json (~> 2.6)
34+
kramdown (~> 2.3, >= 2.3.1)
2635
kramdown-parser-gfm (~> 1.0)
2736
liquid (~> 4.0)
28-
mercenary (~> 0.4.0)
37+
mercenary (~> 0.3, >= 0.3.6)
2938
pathutil (~> 0.9)
30-
rouge (~> 3.0)
39+
rouge (>= 3.0, < 5.0)
3140
safe_yaml (~> 1.0)
32-
terminal-table (~> 2.0)
41+
terminal-table (>= 1.8, < 4.0)
42+
webrick (~> 1.7)
3343
jekyll-feed (0.17.0)
3444
jekyll (>= 3.7, < 5.0)
35-
jekyll-sass-converter (2.2.0)
36-
sassc (> 2.0.1, < 3.0)
45+
jekyll-sass-converter (3.0.0)
46+
sass-embedded (~> 1.54)
3747
jekyll-seo-tag (2.8.0)
3848
jekyll (>= 3.8, < 5.0)
3949
jekyll-watch (2.2.1)
4050
listen (~> 3.0)
41-
kramdown (2.4.0)
42-
rexml
51+
json (2.9.1)
52+
kramdown (2.5.1)
53+
rexml (>= 3.3.9)
4354
kramdown-parser-gfm (1.1.0)
4455
kramdown (~> 2.0)
4556
liquid (4.0.4)
@@ -54,24 +65,27 @@ GEM
5465
pathutil (0.16.2)
5566
forwardable-extended (~> 2.6)
5667
public_suffix (6.0.1)
68+
rake (13.2.1)
5769
rb-fsevent (0.11.2)
5870
rb-inotify (0.11.1)
5971
ffi (~> 1.0)
60-
rexml (3.3.8)
61-
rouge (3.30.0)
72+
rexml (3.4.0)
73+
rouge (4.5.1)
6274
safe_yaml (1.0.5)
63-
sassc (2.4.0)
64-
ffi (~> 1.9)
65-
sassc (2.4.0-x64-mingw32)
66-
ffi (~> 1.9)
67-
terminal-table (2.0.0)
68-
unicode-display_width (~> 1.1, >= 1.1.1)
75+
sass-embedded (1.83.4-x64-mingw32)
76+
google-protobuf (~> 4.29)
77+
sass-embedded (1.83.4-x86_64-darwin)
78+
google-protobuf (~> 4.29)
79+
sass-embedded (1.83.4-x86_64-linux-gnu)
80+
google-protobuf (~> 4.29)
81+
terminal-table (3.0.2)
82+
unicode-display_width (>= 1.1.1, < 3)
6983
thread_safe (0.3.6)
7084
tzinfo (1.2.11)
7185
thread_safe (~> 0.1)
7286
tzinfo-data (1.2024.1)
7387
tzinfo (>= 1.0.0)
74-
unicode-display_width (1.8.0)
88+
unicode-display_width (2.6.0)
7589
wdm (0.1.1)
7690
webrick (1.8.2)
7791

@@ -81,7 +95,7 @@ PLATFORMS
8195
x86_64-linux
8296

8397
DEPENDENCIES
84-
jekyll (~> 4.2.1)
98+
jekyll (~> 4.4.1)
8599
jekyll-feed (~> 0.17)
86100
minima (~> 2.5)
87101
tzinfo (~> 1.2)

0 commit comments

Comments
 (0)