@@ -75,9 +75,10 group :test do | |||
|
75 | 75 | gem "mocha" |
|
76 | 76 | end |
|
77 | 77 | |
|
78 | if File.exists?('Gemfile.local') | |
|
78 | local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") | |
|
79 | if File.exists?(local_gemfile) | |
|
79 | 80 | puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v` |
|
80 |
instance_eval File.read( |
|
|
81 | instance_eval File.read(local_gemfile) | |
|
81 | 82 | end |
|
82 | 83 | |
|
83 | 84 | # Load plugins' Gemfiles |
General Comments 0
You need to be logged in to leave comments.
Login now