aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock26
2 files changed, 17 insertions, 12 deletions
diff --git a/Gemfile b/Gemfile
index 1ef8d5f..4f5d10c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -18,11 +18,12 @@
source "https://rubygems.org"
gem "html-proofer"
-gem "jekyll", "~> 3.7.2"
+gem "jekyll", "~> 3.9.0"
gem "jemoji"
gem "rake"
gem "rubocop"
gem "sass"
+gem "kramdown-parser-gfm"
group :jekyll_plugins do
gem "jekyll-multiple-languages-plugin"
diff --git a/Gemfile.lock b/Gemfile.lock
index ecde6bb..766543e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -11,14 +11,14 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
colorator (1.1.0)
- concurrent-ruby (1.1.6)
- em-websocket (0.5.1)
+ concurrent-ruby (1.1.7)
+ em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
- ffi (1.12.2)
+ ffi (1.13.1)
forwardable-extended (2.6.0)
gemoji (3.0.1)
html-pipeline (2.12.3)
@@ -36,14 +36,14 @@ GEM
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
- jekyll (3.7.4)
+ jekyll (3.9.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
- kramdown (~> 1.14)
+ kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
@@ -59,7 +59,10 @@ GEM
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
- kramdown (1.17.0)
+ kramdown (2.3.0)
+ rexml
+ kramdown-parser-gfm (1.1.0)
+ kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -76,14 +79,14 @@ GEM
ast (~> 2.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
- public_suffix (4.0.3)
+ public_suffix (4.0.6)
rainbow (3.0.0)
rake (13.0.1)
- rb-fsevent (0.10.3)
+ rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.4)
- rouge (3.17.0)
+ rouge (3.23.0)
rubocop (0.80.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
@@ -113,12 +116,13 @@ PLATFORMS
DEPENDENCIES
html-proofer
- jekyll (~> 3.7.2)
+ jekyll (~> 3.9.0)
jekyll-multiple-languages-plugin
jemoji
+ kramdown-parser-gfm
rake
rubocop
sass
BUNDLED WITH
- 1.17.3
+ 2.1.4