diff --git a/Gemfile b/Gemfile index fbf85ca463..acf671e18d 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ end # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-commonmark" + gem "jekyll-commonmark", ">= 1.4.0" gem 'jekyll-sitemap' gem 'jekyll-redirect-from' gem "premonition", "~> 2.0.0" diff --git a/Gemfile.lock b/Gemfile.lock old mode 100755 new mode 100644 index 24700cfff3..ac77d0a7f4 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,23 @@ GIT remote: https://github.com/jekyll/jekyll.git - revision: 26a949df85a1f9577e8080e19f2196c8a3db17ec + revision: 07604206706e1240d597817dc7e8e8bcf68aacde specs: - jekyll (4.2.1) + 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) + 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) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) terminal-table (>= 1.8, < 4.0) webrick (~> 1.7) @@ -22,21 +25,24 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) algolia_html_extractor (2.6.4) json (~> 2.0) nokogiri (~> 1.10) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) + base64 (0.3.0) + bigdecimal (3.2.3) colorator (1.1.0) - commonmarker (0.23.6) - concurrent-ruby (1.1.9) + commonmarker (0.23.12) + concurrent-ruby (1.3.5) + csv (3.3.5) dotenv (2.7.6) - em-websocket (0.5.2) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) + http_parser.rb (~> 0) eventmachine (1.2.7) faraday (1.8.0) faraday-em_http (~> 1.0) @@ -57,12 +63,27 @@ GEM faraday-net_http_persistent (1.2.0) faraday-patron (1.0.0) faraday-rack (1.0.0) - ffi (1.15.4) + ffi (1.17.2) + ffi (1.17.2-arm64-darwin) + ffi (1.17.2-x86_64-darwin) + ffi (1.17.2-x86_64-linux-gnu) filesize (0.2.0) forwardable-extended (2.6.0) - http_parser.rb (0.6.0) + google-protobuf (4.32.1) + bigdecimal + rake (>= 13) + google-protobuf (4.32.1-arm64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.32.1-x86_64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.32.1-x86_64-linux-gnu) + bigdecimal + rake (>= 13) + http_parser.rb (0.8.0) httpclient (2.8.3) - i18n (1.8.10) + i18n (1.14.7) concurrent-ruby (~> 1.0) jekyll-algolia (1.7.1) algolia_html_extractor (~> 2.6) @@ -73,9 +94,8 @@ GEM nokogiri (~> 1.6) progressbar (~> 1.9) verbal_expressions (~> 0.1.5) - jekyll-commonmark (1.3.1) - commonmarker (~> 0.14) - jekyll (>= 3.7, < 5.0) + jekyll-commonmark (1.4.0) + commonmarker (~> 0.22) jekyll-dotenv (0.2.0) dotenv (~> 2.7) jekyll (~> 4) @@ -86,19 +106,19 @@ GEM posix-spawn (~> 0.3.9) jekyll-redirect-from (0.16.0) jekyll (>= 3.3, < 5.0) - jekyll-sass-converter (2.1.0) - sassc (> 2.0.1, < 3.0) + jekyll-sass-converter (3.1.0) + sass-embedded (~> 1.75) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) json (2.6.0) - kramdown (2.3.1) - rexml + kramdown (2.5.1) + rexml (>= 3.3.9) kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.0) + liquid (4.0.4) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) @@ -118,18 +138,19 @@ GEM posix-spawn (0.3.15) premonition (2.0.1) progressbar (1.11.0) - public_suffix (4.0.6) + public_suffix (6.0.2) racc (1.6.0) rake (13.0.6) - rb-fsevent (0.11.0) - rb-inotify (0.10.1) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.5) - rouge (3.26.1) + rexml (3.4.4) + rouge (4.6.1) ruby2_keywords (0.0.5) safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) + sass-embedded (1.93.2) + google-protobuf (~> 4.31) + rake (>= 13) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thread_safe (0.3.6) @@ -137,10 +158,10 @@ GEM thread_safe (~> 0.1) tzinfo-data (1.2021.4) tzinfo (>= 1.0.0) - unicode-display_width (2.1.0) + unicode-display_width (2.6.0) verbal_expressions (0.1.5) wdm (0.1.1) - webrick (1.7.0) + webrick (1.9.1) PLATFORMS arm64-darwin-20 @@ -153,7 +174,7 @@ DEPENDENCIES faraday jekyll! jekyll-algolia - jekyll-commonmark + jekyll-commonmark (>= 1.4.0) jekyll-dotenv jekyll-include-cache jekyll-last-modified-at @@ -166,4 +187,4 @@ DEPENDENCIES wdm (~> 0.1.0) BUNDLED WITH - 2.2.2 + 2.3.27