aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBrian Donovan <brian.donovan@gmail.com>2010-04-22 14:53:01 -0700
committerAndre Arko <andre@arko.net>2010-04-23 10:21:16 -0700
commit3dc200dbce956d9f66bd6dcdeab19a5cdac1297b (patch)
tree5672f3d20532f8dbb90c3620c94d3dee5692f9b0 /lib
parent9614a813a672117adc9ed9d9b4ab98c57aa77f3f (diff)
downloadbundler-3dc200dbce956d9f66bd6dcdeab19a5cdac1297b.tar.gz
Make bundler work under Rubygems 1.3.5.
This does not actually downgrade the required version of Rubygems, but does make it possible for brave souls who wish to override the restriction to do so.
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/dependency.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler/dependency.rb b/lib/bundler/dependency.rb
index b9aebd13..96079ef8 100644
--- a/lib/bundler/dependency.rb
+++ b/lib/bundler/dependency.rb
@@ -1,4 +1,5 @@
require 'rubygems/dependency'
+require 'bundler/shared_helpers'
module Bundler
class Dependency < Gem::Dependency