Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Make bundler work under Rubygems 1.3.5.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Brian Donovan authored and indirect committed Apr 22, 2010
1 parent 4097d78 commit 3fdbeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end

# Rubygems 1.3.5, 1.3.6, and HEAD specs
rubyopt = ENV["RUBYOPT"]
%w(master REL_1_3_6).each do |rg|
%w(master REL_1_3_5 REL_1_3_6).each do |rg|
desc "Run specs with Rubygems #{rg}"
Spec::Rake::SpecTask.new("spec_gems_#{rg}") do |t|
t.spec_files = FileList['spec/**/*_spec.rb']
Expand Down
1 change: 1 addition & 0 deletions lib/bundler/dependency.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'rubygems/dependency'
require 'bundler/shared_helpers'

module Bundler
class Dependency < Gem::Dependency
Expand Down

0 comments on commit 3fdbeef

Please sign in to comment.