Keep track of the required gems.

This commit is contained in:
Parker Moore 2014-11-22 12:38:36 -08:00
parent 60202782ea
commit d17b80bf2a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ module Jekyll
else
require "bundler"
Bundler.setup # puts all groups on the load path
Bundler.require(:jekyll_plugins) # requires the gems in this group only
required_gems = Bundler.require(:jekyll_plugins) # requires the gems in this group only
Jekyll.logger.debug("PluginManager:", "Required #{required_gems.map(&:name).join(', ')}")
ENV["JEKYLL_NO_BUNDLER_REQUIRE"] = "true"
true