mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-08 05:35:00 -05:00
In the case that a Gemfile does not exist, ensure Jekyll doesn't fail.
This commit is contained in:
@@ -42,7 +42,7 @@ module Jekyll
|
||||
ENV["JEKYLL_NO_BUNDLER_REQUIRE"] = "true"
|
||||
true
|
||||
end
|
||||
rescue LoadError
|
||||
rescue LoadError, Bundler::GemfileNotFound
|
||||
false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user