Skip to content

Commit

Permalink
Merge pull request #2882 from duckdb/dependabot/bundler/jekyll-toc-0.…
Browse files Browse the repository at this point in the history
…19.0

Bump jekyll-toc from 0.18.0 to 0.19.0
  • Loading branch information
Mause committed May 20, 2024
2 parents e7dbd5b + e058133 commit d7504f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ group :jekyll_plugins do
gem "jekyll-last-modified-at"
end

gem "jekyll-toc", "~> 0.18.0"
gem "jekyll-toc", "~> 0.19.0"
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
public_suffix (>= 3.0, < 6.0)
typhoeus (~> 1.3)
http_parser.rb (0.8.0)
i18n (1.14.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.5)
addressable (~> 2.4)
Expand Down Expand Up @@ -145,7 +145,7 @@ GEM
jekyll-seo-tag (~> 2.0)
jekyll-titles-from-headings (0.5.3)
jekyll (>= 3.3, < 5.0)
jekyll-toc (0.18.0)
jekyll-toc (0.19.0)
jekyll (>= 3.9)
nokogiri (~> 1.12)
jekyll-watch (2.2.1)
Expand All @@ -155,7 +155,7 @@ 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)
mercenary (0.3.6)
Expand All @@ -177,10 +177,10 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
posix-spawn (0.3.15)
public_suffix (5.0.4)
public_suffix (5.0.5)
racc (1.7.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.8)
strscan (>= 3.0.9)
Expand Down Expand Up @@ -247,7 +247,7 @@ DEPENDENCIES
jekyll-theme-tactile (= 0.2.0)
jekyll-theme-time-machine (= 0.2.0)
jekyll-titles-from-headings (= 0.5.3)
jekyll-toc (~> 0.18.0)
jekyll-toc (~> 0.19.0)
kramdown (= 2.4.0)
kramdown-parser-gfm (= 1.1.0)
liquid (= 4.0.4)
Expand Down

0 comments on commit d7504f8

Please sign in to comment.