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