Merge pull request #3066 from jekyll/catch-no-gemfile

This commit is contained in:
Parker Moore
2014-11-06 12:03:35 -08:00

View File

@@ -42,7 +42,7 @@ module Jekyll
ENV["JEKYLL_NO_BUNDLER_REQUIRE"] = "true"
true
end
rescue LoadError
rescue LoadError, Bundler::GemfileNotFound
false
end