diff options
Diffstat (limited to '')
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 58faf53..ec534ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,8 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) + commonmarker (0.21.0) + ruby-enum (~> 0.5) concurrent-ruby (1.1.5) em-websocket (0.5.1) eventmachine (>= 0.12.9) @@ -27,6 +29,9 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) + jekyll-commonmark (1.3.1) + commonmarker (~> 0.14) + jekyll (>= 3.7, < 5.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) jekyll-watch (2.2.1) @@ -44,6 +49,8 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rouge (3.13.0) + ruby-enum (0.7.2) + i18n safe_yaml (1.0.5) sass (3.7.4) sass-listen (~> 4.0.0) @@ -56,6 +63,7 @@ PLATFORMS DEPENDENCIES jekyll + jekyll-commonmark BUNDLED WITH 1.17.3 |