aboutsummaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-05 22:22:57 -0300
committerEuAndreh <eu@euandre.org>2020-02-05 22:22:57 -0300
commit59b16b3bd77bed7eaf460149c405cf3808ca6806 (patch)
tree4fae76169d13b4da865cb21409124be2877299ea /Gemfile.lock
parentDIY jekyll-seo-tag (diff)
downloadeuandre.org-59b16b3bd77bed7eaf460149c405cf3808ca6806.tar.gz
euandre.org-59b16b3bd77bed7eaf460149c405cf3808ca6806.tar.xz
Use commonmark instead of kramdown
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock8
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