Merge pull request #3066 from jekyll/catch-no-gemfile
This commit is contained in:
commit
ffe7860625
|
@ -42,7 +42,7 @@ module Jekyll
|
||||||
ENV["JEKYLL_NO_BUNDLER_REQUIRE"] = "true"
|
ENV["JEKYLL_NO_BUNDLER_REQUIRE"] = "true"
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
rescue LoadError
|
rescue LoadError, Bundler::GemfileNotFound
|
||||||
false
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue