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:05:20 -0700
commitab48ce67a81aa755a1f9632f53a9999d96fe4126 (patch)
treeb8835fb2b3ff294307e74b00a31684592b1af550 /Rakefile
parentb12aa0f3bacc7f92c3c75db6a8fc3941d3cab701 (diff)
downloadbundler-ab48ce67a81aa755a1f9632f53a9999d96fe4126.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 e15adced54..587ca13c14 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)