Keep track of the required gems.
This commit is contained in:
parent
60202782ea
commit
d17b80bf2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue