mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
Keep track of the required gems.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user