diff --git a/Gemfile b/Gemfile index 1f37ef0..3798ebf 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ source "https://rubygems.org" # Happy Jekylling! gem "jekyll", "~> 4.2.2" # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.5.1" +gem "minima", "~> 2.5.2" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-asciidoc", "~> 3.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 9ead685..de1de2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,19 +1,22 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.6) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) asciidoctor (2.0.17) colorator (1.1.0) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.4) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - ffi (1.16.3) + ffi (1.17.0) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.0-x86_64-linux-musl) forwardable-extended (2.6.0) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.5) concurrent-ruby (~> 1.0) jekyll (4.2.2) addressable (~> 2.4) @@ -46,21 +49,21 @@ GEM kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - minima (2.5.1) + minima (2.5.2) jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.4) + public_suffix (6.0.1) rb-fsevent (0.11.2) - rb-inotify (0.10.1) + rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.6) + rexml (3.3.7) rouge (3.30.0) safe_yaml (1.0.5) sassc (2.4.0) @@ -80,7 +83,7 @@ DEPENDENCIES jekyll (~> 4.2.2) jekyll-asciidoc (~> 3.0.0) jekyll-feed (~> 0.17.0) - minima (~> 2.5.1) + minima (~> 2.5.2) webrick (~> 1.8.1) BUNDLED WITH