Skip to content

Commit

Permalink
Update dependency jekyll to '~> 4.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 99befa8 commit bfae9d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
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
25 changes: 14 additions & 11 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 All @@ -66,7 +69,7 @@ GEM
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4)
faraday-net_http (1.0.2)
ffi (1.17.0)
ffi (1.17.1)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
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.5)
jekyll-algolia (1.7.1)
Expand All @@ -115,8 +118,8 @@ GEM
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.2)
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.0)
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

0 comments on commit bfae9d7

Please sign in to comment.