aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-06-10 23:39:46 -0700
committerAndre Arko <andre@arko.net>2011-06-10 23:40:11 -0700
commitc78d29f4fc68ab2ed09a642b146d66e7dcf5cbdc (patch)
treed65d32e2332fea546e6807e80045378545f7e003 /Rakefile
parenta5d5b6527e1a9626f6f193e2497cabfab6de4924 (diff)
downloadbundler-c78d29f4fc68ab2ed09a642b146d66e7dcf5cbdc.tar.gz
update rubygems versions
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index b07d399e..bdcebd61 100644
--- a/Rakefile
+++ b/Rakefile
@@ -40,7 +40,7 @@ begin
end
namespace :rubygems do
- # Rubygems 1.3.5, 1.3.6, and HEAD specs
+ # Rubygems specs by version
rubyopt = ENV["RUBYOPT"]
%w(master v1.3.6 v1.3.7 v1.4.2 v1.5.3 v1.6.2 v1.7.2 v1.8.3).each do |rg|
desc "Run specs with Rubygems #{rg}"
@@ -95,7 +95,7 @@ begin
raise "RVM is not available" unless File.exist?(File.expand_path("~/.rvm/scripts/rvm"))
end
- %w(1.8.6-p399 1.8.7-p302 1.9.2-p0).each do |ruby|
+ %w(1.8.6-p420 1.8.7-p334 1.9.2-p180).each do |ruby|
ruby_cmd = File.expand_path("~/.rvm/bin/ruby-#{ruby}")
desc "Run specs on Ruby #{ruby}"