diff --git a/Gemfile b/Gemfile index 0f76b46..b61c6d5 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ source "https://rubygems.org" # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", "4.0.1" +gem "jekyll", "4.1.0" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.5" diff --git a/Gemfile.lock b/Gemfile.lock index cb0cd06..ef893a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (3.2.22.5) - i18n (~> 0.6, >= 0.6.4) + activesupport (3.1.12) multi_json (~> 1.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) @@ -19,23 +18,23 @@ GEM ffi (1.12.2-x86-mingw32) forwardable-extended (2.6.0) gemoji (3.0.1) - html-pipeline (2.11.1) + html-pipeline (2.12.3) activesupport (>= 2) nokogiri (>= 1.4) http_parser.rb (0.6.0) - i18n (0.9.5) + i18n (1.8.2) concurrent-ruby (~> 1.0) - jekyll (4.0.1) + jekyll (4.1.0) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) - i18n (>= 0.9.5, < 2) + i18n (~> 1.0) jekyll-sass-converter (~> 2.0) jekyll-watch (~> 2.0) kramdown (~> 2.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.3.3) + mercenary (~> 0.4.0) pathutil (~> 0.9) rouge (~> 3.0) safe_yaml (~> 1.0) @@ -61,18 +60,18 @@ GEM listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - mercenary (0.3.6) + mercenary (0.4.0) mini_portile2 (2.4.0) minima (2.5.1) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - multi_json (1.13.1) - nokogiri (1.10.8) + multi_json (1.14.1) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - nokogiri (1.10.8-x64-mingw32) + nokogiri (1.10.9-x64-mingw32) mini_portile2 (~> 2.4.0) - nokogiri (1.10.8-x86-mingw32) + nokogiri (1.10.9-x86-mingw32) mini_portile2 (~> 2.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -81,7 +80,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.4) - rouge (3.18.0) + rouge (3.19.0) safe_yaml (1.0.5) sassc (2.3.0) ffi (~> 1.9) @@ -101,7 +100,7 @@ PLATFORMS x86-mingw32 DEPENDENCIES - jekyll (= 4.0.1) + jekyll (= 4.1.0) jekyll-feed (~> 0.13.0) jekyll-paginate jekyll-seo-tag (~> 2.6.1)