diff --git a/Gemfile b/Gemfile index cec27a5bff8..67459c8e7fc 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '> 2.5.0' group :development do gem 'rake', '13.0.6' - gem 'jekyll', '4.2.2' + gem 'jekyll', '4.3.0' gem 'compass', '1.0.3' gem 'sass-globbing', '1.1.5' gem 'stringex', '2.8.5' diff --git a/Gemfile.lock b/Gemfile.lock index c6f17d371de..3e12dfd2e55 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,21 +30,22 @@ GEM http_parser.rb (0.8.0) i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.2.2) + jekyll (4.3.0) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.4.0) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 2.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) jekyll-commonmark (1.4.0) commonmarker (~> 0.22) jekyll-paginate (1.1.0) @@ -85,7 +86,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (3.30.0) + rouge (4.0.0) ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.4.25) @@ -101,14 +102,15 @@ GEM rack-protection (= 3.0.2) tilt (~> 2.0) stringex (2.8.5) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) tilt (2.0.11) tzinfo (2.0.5) concurrent-ruby (~> 1.0) tzinfo-data (1.2022.5) tzinfo (>= 1.0.0) - unicode-display_width (1.8.0) + unicode-display_width (2.3.0) + webrick (1.7.0) PLATFORMS ruby @@ -116,7 +118,7 @@ PLATFORMS DEPENDENCIES compass (= 1.0.3) - jekyll (= 4.2.2) + jekyll (= 4.3.0) jekyll-commonmark (= 1.4.0) jekyll-paginate (= 1.1.0) jekyll-sitemap (= 1.4.0)