From be17600d7c8f582f220c3fadd065868a380ebb35 Mon Sep 17 00:00:00 2001
From: Thomas McDonald <thomasm@palantir.com>
Date: Thu, 20 Aug 2015 14:09:45 -0700
Subject: [PATCH] run jekyll with bundle exec

---
 Gruntfile.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index b2b66855be..1d0e9efaf5 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -336,7 +336,8 @@ module.exports = function (grunt) {
 
     jekyll: {
       options: {
-        config: '_config.yml'
+        config: '_config.yml',
+        bundleExec: true
       },
       docs: {},
       github: {
-- 
GitLab