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

This commit is contained in:
Parker Moore 2014-11-06 12:03:35 -08:00
commit ffe7860625
1 changed files with 1 additions and 1 deletions

View File

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