Skip to content

Commit

Permalink
adding bundler tasks to rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Fitzgerald committed Jun 22, 2011
1 parent 1cd42f2 commit 081f73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env rake
begin
require 'bundler/setup'
require 'bundler/gem_tasks'
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
Expand Down

0 comments on commit 081f73b

Please sign in to comment.