summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-05-26 18:20:05 -0700
committerAndre Arko <andre@arko.net>2011-05-27 12:04:55 -0700
commit434b2aa5093bb8f4def9c03178e9e7234f07c87b (patch)
tree63015307e50ea89553de9099fe90e72dd5347d62
parent55694baa00d0bdf20b8109578e252e314cb1d499 (diff)
downloadbundler-434b2aa5093bb8f4def9c03178e9e7234f07c87b.tar.gz
use the easier gem tasks
-rw-r--r--Rakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 363ab19926..2aa6b2bfaa 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,6 @@
# -*- encoding: utf-8 -*-
$:.unshift File.expand_path("../lib", __FILE__)
-require 'bundler/gem_helper'
-Bundler::GemHelper.install_tasks
+require 'bundler/gem_tasks'
begin
# set up rspec tasks