From 23e3b5f407989fbe20a0ec25f29a02b8d8e8a206 Mon Sep 17 00:00:00 2001 From: Amit Patel Date: Fri, 21 Sep 2018 12:09:11 -0700 Subject: [PATCH] Update Gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 91cadced523..2de8ab20e1d 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,7 @@ source "https://rubygems.org" # This will help ensure the proper Jekyll version is running. # Happy Jekylling! gem "jekyll", "~> 3.6.2" +gem "json" # This is the default theme for new Jekyll sites. You may change this to anything you like. # gem "minima", "~> 2.0"