Update json gem and use bundler

- json 1.8.3 was failing to install on Mac. Upgrading has fixed this.
- Call jekyll through bundler so that Gemfile versions
This commit is contained in:
Rob Young
2017-08-25 12:33:14 +01:00
parent 44f3acad1e
commit 07931517e3
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -155,7 +155,7 @@ GEM
gemoji (~> 2.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0)
json (1.8.3)
json (1.8.6)
kramdown (1.11.1)
liquid (3.0.6)
listen (3.0.6)
@@ -200,4 +200,4 @@ DEPENDENCIES
jekyll-include-cache (~> 0.1)
BUNDLED WITH
1.13.6
1.15.2