diff options
author | Tulio Leao <tupaschoal@gmail.com> | 2020-05-30 09:08:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 09:08:21 -0300 |
commit | e082e0ed0a79f1f0e657ec7aea4d6ae9135a280a (patch) | |
tree | 0513621b0e38897c98cb84c041a3cf4296f8614e /Gemfile.lock | |
parent | a7b92836153618c926800cc734812637498d3e3f (diff) |
Update to Jekyll 4.1.0 (#516)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index de8c8417..19d8d998 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,17 +26,17 @@ GEM http_parser.rb (0.6.0) 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) @@ -53,7 +53,7 @@ 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) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) @@ -64,13 +64,13 @@ GEM parallel (1.19.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.4) + public_suffix (4.0.5) rainbow (3.0.0) rb-fsevent (0.10.4) 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) @@ -91,7 +91,7 @@ PLATFORMS DEPENDENCIES ffi (>= 1.12.2) html-proofer (>= 3.15.3) - jekyll (= 4.0.1) + jekyll (= 4.1.0) BUNDLED WITH 1.17.2 |