@@ -75,6 +75,11 group :test do | |||
|
75 | 75 | gem "mocha" |
|
76 | 76 | end |
|
77 | 77 | |
|
78 | if File.exists?('Gemfile.local') | |
|
79 | puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v` | |
|
80 | instance_eval File.read('Gemfile.local') | |
|
81 | end | |
|
82 | ||
|
78 | 83 | # Load plugins' Gemfiles |
|
79 | 84 | Dir.glob File.expand_path("../vendor/plugins/*/Gemfile", __FILE__) do |file| |
|
80 | 85 | puts "Loading #{file} ..." if $DEBUG # `ruby -d` or `bundle -v` |
General Comments 0
You need to be logged in to leave comments.
Login now