##// END OF EJS Templates
Fixed path for loading plugin Gemfile (#10811)....
Jean-Philippe Lang -
r9431:d2278b63a1e6
parent child
Show More
@@ -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("../vendor/plugins/*/Gemfile", __FILE__) do |file|
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