Skip to content

Commit

Permalink
add bundler setup to rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Jan 30, 2012
1 parent 89c1314 commit 9d6d0bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
$:.unshift File.expand_path("../lib", __FILE__)
require "foreman"

require "bundler/setup"

Dir[File.expand_path("../tasks/*.rake", __FILE__)].each do |task|
load task
end

0 comments on commit 9d6d0bb

Please sign in to comment.