add bundler setup to rakefile

This commit is contained in:
David Dollar
2012-01-29 22:45:50 -05:00
parent 89c1314abe
commit 9d6d0bbb7d

View File

@@ -1,6 +1,8 @@
$:.unshift File.expand_path("../lib", __FILE__) $:.unshift File.expand_path("../lib", __FILE__)
require "foreman" require "foreman"
require "bundler/setup"
Dir[File.expand_path("../tasks/*.rake", __FILE__)].each do |task| Dir[File.expand_path("../tasks/*.rake", __FILE__)].each do |task|
load task load task
end end