Skip to content

Commit a6f7cef

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 96f1aa5 commit a6f7cef

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

Gemfile

+1-1
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.4"
11+
gem "jekyll", "~> 4.4.1"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.5"

Gemfile.lock

+22-16
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,37 @@ GEM
66
asciidoctor (2.0.23)
77
asciidoctor-tabs (1.0.0.beta.6)
88
asciidoctor (>= 2.0.0, < 3.0.0)
9-
bigdecimal (3.1.8)
9+
base64 (0.2.0)
10+
bigdecimal (3.1.9)
1011
colorator (1.1.0)
1112
concurrent-ruby (1.3.5)
13+
csv (3.3.2)
1214
em-websocket (0.5.3)
1315
eventmachine (>= 0.12.9)
1416
http_parser.rb (~> 0)
1517
eventmachine (1.2.7)
16-
ffi (1.17.0)
18+
ffi (1.17.1)
1719
forwardable-extended (2.6.0)
18-
google-protobuf (4.28.1)
20+
google-protobuf (4.29.3)
1921
bigdecimal
2022
rake (>= 13)
2123
http_parser.rb (0.8.0)
22-
i18n (1.14.6)
24+
i18n (1.14.7)
2325
concurrent-ruby (~> 1.0)
24-
jekyll (4.3.4)
26+
jekyll (4.4.1)
2527
addressable (~> 2.4)
28+
base64 (~> 0.2)
2629
colorator (~> 1.0)
30+
csv (~> 3.0)
2731
em-websocket (~> 0.5)
2832
i18n (~> 1.0)
2933
jekyll-sass-converter (>= 2.0, < 4.0)
3034
jekyll-watch (~> 2.0)
35+
json (~> 2.6)
3136
kramdown (~> 2.3, >= 2.3.1)
3237
kramdown-parser-gfm (~> 1.0)
3338
liquid (~> 4.0)
34-
mercenary (>= 0.3.6, < 0.5)
39+
mercenary (~> 0.3, >= 0.3.6)
3540
pathutil (~> 0.9)
3641
rouge (>= 3.0, < 5.0)
3742
safe_yaml (~> 1.0)
@@ -42,14 +47,15 @@ GEM
4247
jekyll (>= 3.0.0)
4348
jekyll-feed (0.17.0)
4449
jekyll (>= 3.7, < 5.0)
45-
jekyll-sass-converter (3.0.0)
46-
sass-embedded (~> 1.54)
50+
jekyll-sass-converter (3.1.0)
51+
sass-embedded (~> 1.75)
4752
jekyll-seo-tag (2.8.0)
4853
jekyll (>= 3.8, < 5.0)
4954
jekyll-watch (2.2.1)
5055
listen (~> 3.0)
51-
kramdown (2.4.0)
52-
rexml
56+
json (2.9.1)
57+
kramdown (2.5.1)
58+
rexml (>= 3.3.9)
5359
kramdown-parser-gfm (1.1.0)
5460
kramdown (~> 2.0)
5561
liquid (4.0.4)
@@ -73,11 +79,11 @@ GEM
7379
rb-fsevent (0.11.2)
7480
rb-inotify (0.11.1)
7581
ffi (~> 1.0)
76-
rexml (3.3.7)
77-
rouge (4.4.0)
82+
rexml (3.4.0)
83+
rouge (4.5.1)
7884
safe_yaml (1.0.5)
79-
sass-embedded (1.78.0)
80-
google-protobuf (~> 4.27)
85+
sass-embedded (1.83.4)
86+
google-protobuf (~> 4.29)
8187
rake (>= 13)
8288
slim (5.2.1)
8389
temple (~> 0.10.0)
@@ -93,15 +99,15 @@ GEM
9399
tzinfo (>= 1.0.0)
94100
unicode-display_width (2.6.0)
95101
wdm (0.2.0)
96-
webrick (1.8.1)
102+
webrick (1.9.1)
97103

98104
PLATFORMS
99105
ruby
100106

101107
DEPENDENCIES
102108
asciidoctor
103109
asciidoctor-tabs (>= 1.0.0.beta.6)
104-
jekyll (~> 4.3.4)
110+
jekyll (~> 4.4.1)
105111
jekyll-asciidoc
106112
jekyll-feed (~> 0.17)
107113
minima (~> 2.5)

0 commit comments

Comments
 (0)