summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-08-15 15:03:45 -0700
committerAndre Arko <andre@arko.net>2013-08-15 15:04:51 -0700
commitb1b5b648dfe310cecf0fc324f424255290735d44 (patch)
treea5ab12840b0b325e1b883424e7995ce54b3c6482 /Rakefile
parent4f433f559c9136e22603f2ce2f7900498b11ba72 (diff)
downloadbundler-b1b5b648dfe310cecf0fc324f424255290735d44.tar.gz
rubygems 2.0.6 and build against 2.0 stable branch
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 34e26e6022..7502e32a09 100644
--- a/Rakefile
+++ b/Rakefile
@@ -89,7 +89,7 @@ begin
namespace :rubygems do
rubyopt = ENV["RUBYOPT"]
# When editing this list, also edit .travis.yml!
- %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.3).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.6).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|
t.rspec_opts = %w(-fs --color)