diff --git a/Gemfile b/Gemfile index 6150aab58b45..c06569b73a31 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :jekyll_plugins do gem 'jekyll-paginate', '1.1.0' gem 'jekyll-sitemap', '1.4.0' gem 'jekyll-commonmark', '1.4.0' - gem 'jekyll-toc', '0.18.0' + gem 'jekyll-toc', '0.19.0' end gem 'sinatra', '4.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 149a05e6d655..a1c4a83612c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM sass-embedded (~> 1.54) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) - jekyll-toc (0.18.0) + jekyll-toc (0.19.0) jekyll (>= 3.9) nokogiri (~> 1.12) jekyll-watch (2.2.1) @@ -84,7 +84,7 @@ GEM forwardable-extended (~> 2.6) prism (0.27.0) public_suffix (5.0.5) - racc (1.7.3) + racc (1.8.0) rack (3.0.11) rack-protection (4.0.0) base64 (>= 0.1.0) @@ -97,10 +97,11 @@ GEM rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) regexp_parser (2.9.1) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rouge (4.2.1) rubocop (1.63.5) json (~> 2.3) @@ -123,7 +124,7 @@ GEM ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.4.25) - sass-embedded (1.77.1-x86_64-linux-gnu) + sass-embedded (1.77.2-x86_64-linux-gnu) google-protobuf (>= 3.25, < 5.0) sass-globbing (1.1.5) sass (>= 3.1) @@ -137,6 +138,7 @@ GEM tilt (~> 2.0) sorbet-runtime (0.5.11372) stringex (2.8.6) + strscan (3.1.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) tilt (2.3.0) @@ -156,7 +158,7 @@ DEPENDENCIES jekyll-commonmark (= 1.4.0) jekyll-paginate (= 1.1.0) jekyll-sitemap (= 1.4.0) - jekyll-toc (= 0.18.0) + jekyll-toc (= 0.19.0) nokogiri (= 1.16.4) rackup (= 2.1.0) rake (= 13.2.1)