Skip to content

Commit 08273d2

Browse files
Update dependency jekyll to '~> 4.4.0'
1 parent 8baf4c0 commit 08273d2

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
ruby '3.1.3'
44

5-
gem "jekyll", '~> 4.3.0', github: "jekyll/jekyll"
5+
gem "jekyll", '~> 4.4.0', github: "jekyll/jekyll"
66
gem 'html-proofer'
77
gem 'asciidoctor'
88
gem 'rake'

Gemfile.lock

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,22 @@ GIT
88

99
GIT
1010
remote: https://github.com/jekyll/jekyll.git
11-
revision: 94192a3ab49a70ca740cb1fd6d57ebf2f65d6444
11+
revision: 1f319fb273b6cdf876bc6edd38d7477935cdda8c
1212
specs:
13-
jekyll (4.3.4)
13+
jekyll (4.4.1)
1414
addressable (~> 2.4)
15+
base64 (~> 0.2)
1516
colorator (~> 1.0)
1617
csv (~> 3.0)
1718
em-websocket (~> 0.5)
1819
i18n (~> 1.0)
1920
jekyll-sass-converter (>= 2.0, < 4.0)
2021
jekyll-watch (~> 2.0)
22+
json (~> 2.6)
2123
kramdown (~> 2.3, >= 2.3.1)
2224
kramdown-parser-gfm (~> 1.0)
2325
liquid (~> 4.0)
24-
mercenary (>= 0.3.6, < 0.5)
26+
mercenary (~> 0.3, >= 0.3.6)
2527
pathutil (~> 0.9)
2628
rouge (>= 3.0, < 5.0)
2729
safe_yaml (~> 1.0)
@@ -46,9 +48,10 @@ GEM
4648
console (~> 1.26)
4749
fiber-annotation
4850
io-event (~> 1.6, >= 1.6.5)
51+
base64 (0.2.0)
4952
bigdecimal (3.1.9)
5053
colorator (1.1.0)
51-
concurrent-ruby (1.3.4)
54+
concurrent-ruby (1.3.5)
5255
console (1.27.0)
5356
fiber-annotation
5457
fiber-local (~> 1.1)
@@ -94,7 +97,7 @@ GEM
9497
mini_mime (>= 1.0.0)
9598
multi_xml (>= 0.5.2)
9699
httpclient (2.8.3)
97-
i18n (1.14.6)
100+
i18n (1.14.7)
98101
concurrent-ruby (~> 1.0)
99102
io-event (1.6.7)
100103
jekyll-algolia (1.7.1)
@@ -115,8 +118,8 @@ GEM
115118
jekyll-watch (2.2.1)
116119
listen (~> 3.0)
117120
json (2.7.6)
118-
kramdown (2.4.0)
119-
rexml
121+
kramdown (2.5.1)
122+
rexml (>= 3.3.9)
120123
kramdown-parser-gfm (1.1.0)
121124
kramdown (~> 2.0)
122125
liquid (4.0.4)
@@ -162,7 +165,7 @@ GEM
162165
rb-fsevent (0.11.2)
163166
rb-inotify (0.11.1)
164167
ffi (~> 1.0)
165-
rexml (3.3.9)
168+
rexml (3.4.1)
166169
rouge (3.30.0)
167170
ruby-rc4 (0.1.5)
168171
ruby2_keywords (0.0.5)
@@ -182,7 +185,7 @@ GEM
182185
ethon (>= 0.9.0)
183186
unicode-display_width (2.6.0)
184187
verbal_expressions (0.1.5)
185-
webrick (1.8.2)
188+
webrick (1.9.1)
186189
yell (2.2.2)
187190
zeitwerk (2.6.18)
188191

@@ -195,7 +198,7 @@ DEPENDENCIES
195198
html-proofer
196199
htmlcompressor
197200
htmlentities (~> 4.3, >= 4.3.4)
198-
jekyll (~> 4.3.0)!
201+
jekyll (~> 4.4.0)!
199202
jekyll-algolia (~> 1.6, >= 1.6.0)
200203
jekyll-asciidoc!
201204
jekyll-last-modified-at

0 commit comments

Comments
 (0)