diff options
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 18 |
2 files changed, 11 insertions, 9 deletions
@@ -3,7 +3,7 @@ source "https://rubygems.org" gem "rake", "~> 13.0" gem "html-proofer", "~> 3.18" -gem "jekyll", "~> 4.2" +gem "jekyll", "~> 4.3" gem "minima", "~> 2.5" group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 1bf7e31..8bc0ad8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) colorator (1.1.0) concurrent-ruby (1.1.10) em-websocket (0.5.3) @@ -23,10 +23,10 @@ GEM yell (~> 2.0) htmlbeautifier (1.4.2) htmlcompressor (0.4.0) - http_parser.rb (0.8.0) + http_parser.rb (0.8.1) i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.3.2) + jekyll (4.3.4) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -66,7 +66,7 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) + liquid (4.0.4) listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -82,18 +82,20 @@ GEM parallel (1.22.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (5.0.0) + public_suffix (5.0.5) racc (1.6.0) rainbow (3.1.1) rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) - rouge (4.0.0) + rexml (3.2.9) + strscan + rouge (4.0.1) safe_yaml (1.0.5) sassc (2.4.0) ffi (~> 1.9) + strscan (1.0.3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) typhoeus (1.4.0) |
