##// END OF EJS Templates
Merged r9450 from trunk....
Jean-Philippe Lang -
r9317:62114336cf5b
parent child
Show More
@@ -75,9 +75,10 group :test do
75 gem "mocha"
75 gem "mocha"
76 end
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 puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v`
80 puts "Loading Gemfile.local ..." if $DEBUG # `ruby -d` or `bundle -v`
80 instance_eval File.read('Gemfile.local')
81 instance_eval File.read(local_gemfile)
81 end
82 end
82
83
83 # Load plugins' Gemfiles
84 # Load plugins' Gemfiles
General Comments 0
You need to be logged in to leave comments. Login now