summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-03-10 20:40:08 -0700
committerAndre Arko <andre@arko.net>2013-03-10 20:40:08 -0700
commitc44a0c42de733fe612cff35e06b0021bd8f8c68d (patch)
treed0cfc409b1d28ff394cf5618f67b1476629c16c3 /Rakefile
parent0f8ab2adfc67d8320a2cf30683b0b04bef19caf1 (diff)
downloadbundler-c44a0c42de733fe612cff35e06b0021bd8f8c68d.tar.gz
test against rubygems 2.0.2
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3c1e67100f..232988c932 100644
--- a/Rakefile
+++ b/Rakefile
@@ -88,7 +88,7 @@ begin
namespace :rubygems do
# 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.25 v2.0.0).each do |rg|
+ %w(master v1.3.6 v1.3.7 v1.4.2 v1.5.3 v1.6.2 v1.7.2 v1.8.25 v2.0.2).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|
t.rspec_opts = %w(-fs --color)