Skip to content

Commit

Permalink
avoid double load of bundler gem rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Jul 10, 2012
1 parent 6d4d6eb commit 9305112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
begin
require 'bundler/setup'
require 'bundler/gem_tasks'
Bundler::GemHelper.install_tasks
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks properly.'
end
Expand Down

0 comments on commit 9305112

Please sign in to comment.