diff --git a/lib/jekyll/plugin_manager.rb b/lib/jekyll/plugin_manager.rb index ea964ce5..61aa68dd 100644 --- a/lib/jekyll/plugin_manager.rb +++ b/lib/jekyll/plugin_manager.rb @@ -42,7 +42,7 @@ module Jekyll ENV["JEKYLL_NO_BUNDLER_REQUIRE"] = "true" true end - rescue LoadError + rescue LoadError, Bundler::GemfileNotFound false end