Skip to content

Commit

Permalink
chore(deps): update dependency jekyll to v4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 9c4fc01 commit bf54863
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'jekyll', '4.0'
gem 'jekyll', '4.3.3'
gem 'rake'
gem 'nanoc'
gem 'stringex'
Expand Down
35 changes: 18 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
coderay (1.1.3)
colorator (1.1.0)
colored (1.2)
concurrent-ruby (1.1.10)
concurrent-ruby (1.3.4)
cri (2.15.11)
ddmetrics (1.0.1)
ddplugin (1.0.3)
Expand All @@ -16,29 +16,30 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
immutable-ruby (0.1.0)
concurrent-ruby (~> 1.1)
sorted_set (~> 1.0)
jekyll (4.0.0)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (>= 0.9.5, < 2)
jekyll-sass-converter (~> 2.0)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.1)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (~> 3.0)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-minibundle (3.0.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
Expand All @@ -50,11 +51,11 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.8.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
memo_wise (1.7.0)
mercenary (0.3.6)
mercenary (0.4.0)
method_source (1.0.0)
nanoc (4.12.21)
addressable (~> 2.5)
Expand Down Expand Up @@ -101,10 +102,10 @@ GEM
method_source (~> 1.0)
psych (4.0.6)
stringio
public_suffix (5.0.5)
public_suffix (5.1.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbtree (0.4.6)
rexml (3.3.6)
Expand Down Expand Up @@ -136,7 +137,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
jekyll (= 4.0)
jekyll (= 4.3.3)
jekyll-minibundle
kramdown-parser-gfm
nanoc
Expand Down

0 comments on commit bf54863

Please sign in to comment.