@@ -83,7 +83,7 if File.exists?(local_gemfile) | |||
|
83 | 83 | end |
|
84 | 84 | |
|
85 | 85 | # Load plugins' Gemfiles |
|
86 |
Dir.glob File.expand_path("../ |
|
|
86 | Dir.glob File.expand_path("../plugins/*/Gemfile", __FILE__) do |file| | |
|
87 | 87 | puts "Loading #{file} ..." if $DEBUG # `ruby -d` or `bundle -v` |
|
88 | 88 | instance_eval File.read(file) |
|
89 | 89 | end |
General Comments 0
You need to be logged in to leave comments.
Login now