Skip to content

Update dependency jekyll to '~> 4.4.0' #9196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

ruby '3.1.3'

gem "jekyll", '~> 4.3.0', github: "jekyll/jekyll"
gem "jekyll", '~> 4.4.0', github: "jekyll/jekyll"
gem 'html-proofer'
gem 'asciidoctor'
gem 'rake'
Expand Down
23 changes: 13 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,22 @@ GIT

GIT
remote: https://github.com/jekyll/jekyll.git
revision: 94192a3ab49a70ca740cb1fd6d57ebf2f65d6444
revision: 1f319fb273b6cdf876bc6edd38d7477935cdda8c
specs:
jekyll (4.3.4)
jekyll (4.4.1)
addressable (~> 2.4)
base64 (~> 0.2)
colorator (~> 1.0)
csv (~> 3.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
json (~> 2.6)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (>= 0.3.6, < 0.5)
mercenary (~> 0.3, >= 0.3.6)
pathutil (~> 0.9)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
Expand All @@ -46,9 +48,10 @@ GEM
console (~> 1.26)
fiber-annotation
io-event (~> 1.6, >= 1.6.5)
base64 (0.2.0)
bigdecimal (3.1.9)
colorator (1.1.0)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
console (1.27.0)
fiber-annotation
fiber-local (~> 1.1)
Expand Down Expand Up @@ -94,7 +97,7 @@ GEM
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
httpclient (2.8.3)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-event (1.6.7)
jekyll-algolia (1.7.1)
Expand All @@ -115,8 +118,8 @@ GEM
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.6)
kramdown (2.4.0)
rexml
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
Expand Down Expand Up @@ -162,7 +165,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.9)
rexml (3.4.1)
rouge (3.30.0)
ruby-rc4 (0.1.5)
ruby2_keywords (0.0.5)
Expand All @@ -182,7 +185,7 @@ GEM
ethon (>= 0.9.0)
unicode-display_width (2.6.0)
verbal_expressions (0.1.5)
webrick (1.8.2)
webrick (1.9.1)
yell (2.2.2)
zeitwerk (2.6.18)

Expand All @@ -195,7 +198,7 @@ DEPENDENCIES
html-proofer
htmlcompressor
htmlentities (~> 4.3, >= 4.3.4)
jekyll (~> 4.3.0)!
jekyll (~> 4.4.0)!
jekyll-algolia (~> 1.6, >= 1.6.0)
jekyll-asciidoc!
jekyll-last-modified-at
Expand Down