From 328fbd83d42bb0629c76444b551e28cb7954022b Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 6 Nov 2014 12:04:31 -0800 Subject: [PATCH] Update history to reflect merge of #3066 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index fbb3dcc4..c29fbaad 100644 --- a/History.markdown +++ b/History.markdown @@ -41,6 +41,7 @@ * The jsonify filter should deep-convert to Liquid when given an Array. (#3032) * Apply `jsonify` filter to Hashes deeply and effectively (#3063) * Use `127.0.0.1` as default host instead of `0.0.0.0` (#3053) + * In the case that a Gemfile does not exist, ensure Jekyll doesn't fail on requiring the Gemfile group (#3066) ### Development Fixes