diff --git a/Gemfile b/Gemfile index ab74423..5b0fc9c 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "~> 4.1.1" +gem "jekyll", "~> 4.2.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.5" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and diff --git a/Gemfile.lock b/Gemfile.lock index d91e783..3280d80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,21 +21,21 @@ GEM http_parser.rb (0.6.0-java) i18n (1.8.10) concurrent-ruby (~> 1.0) - jekyll (4.1.1) + jekyll (4.2.0) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) jekyll-sass-converter (~> 2.0) jekyll-watch (~> 2.0) - kramdown (~> 2.1) + kramdown (~> 2.3) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) mercenary (~> 0.4.0) pathutil (~> 0.9) rouge (~> 3.0) safe_yaml (~> 1.0) - terminal-table (~> 1.8) + terminal-table (~> 2.0) jekyll-feed (0.15.1) jekyll (>= 3.7, < 5.0) jekyll-sass-converter (2.1.0) @@ -70,7 +70,7 @@ GEM ffi (~> 1.9) sassc (2.4.0-x64-mingw32) ffi (~> 1.9) - terminal-table (1.8.0) + terminal-table (2.0.0) unicode-display_width (~> 1.1, >= 1.1.1) thread_safe (0.3.6) thread_safe (0.3.6-java) @@ -89,7 +89,7 @@ PLATFORMS x86-mswin32 DEPENDENCIES - jekyll (~> 4.1.1) + jekyll (~> 4.2.0) jekyll-feed (~> 0.12) minima (~> 2.5) tzinfo (~> 1.2) @@ -97,4 +97,4 @@ DEPENDENCIES wdm (~> 0.1.1) BUNDLED WITH - 2.1.4 + 2.2.16