|
|
|
@ -290,7 +290,7 @@ group :docker, optional: true do |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
# Load Gemfile.local, Gemfile.plugins, plugins', and custom Gemfiles |
|
|
|
|
gemfiles = Dir.glob File.expand_path('../{Gemfile.modules,Gemfile.local,Gemfile.plugins,lib/plugins/*/Gemfile}', |
|
|
|
|
gemfiles = Dir.glob File.expand_path('../{Gemfile.plugins,Gemfile.modules,Gemfile.local,lib/plugins/*/Gemfile}', |
|
|
|
|
__FILE__) |
|
|
|
|
gemfiles << ENV['CUSTOM_PLUGIN_GEMFILE'] unless ENV['CUSTOM_PLUGIN_GEMFILE'].nil? |
|
|
|
|
gemfiles.each do |file| |
|
|
|
|