summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-05-31 13:56:02 -0700
committerAndre Arko <andre@arko.net>2011-06-08 17:01:36 -0700
commitb907dd7ccc003f06dd59c6eca50066ce86c6dd33 (patch)
tree1e35bcc528e5dac2fbd8e16ca5480a8afe70237f
parent68d9cfe346d30fe7fe02484c1f2b4e5874ddef51 (diff)
downloadbundler-b907dd7ccc003f06dd59c6eca50066ce86c6dd33.tar.gz
Comment rubygems versions
-rw-r--r--lib/bundler/rubygems_integration.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index a9a4245aa8..f2d2f5e29e 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -272,7 +272,7 @@ module Bundler
end
end
- # Rubygems 1.8
+ # Rubygems 1.8.5
class Modern < RubygemsIntegration
def stub_rubygems(specs)
Gem::Specification.all = specs
@@ -293,6 +293,7 @@ module Bundler
end
end
+ # Rubygems 1.8.0 to 1.8.4
class AlmostModern < Modern
# Rubygems [>= 1.8.0, < 1.8.5] has a bug that changes Gem.dir whenever
# you call Gem::Installer#install with an :install_dir set. We have to