diff options
author | Andre Arko <andre@arko.net> | 2013-03-10 20:40:08 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-03-10 20:40:08 -0700 |
commit | c44a0c42de733fe612cff35e06b0021bd8f8c68d (patch) | |
tree | d0cfc409b1d28ff394cf5618f67b1476629c16c3 /Rakefile | |
parent | 0f8ab2adfc67d8320a2cf30683b0b04bef19caf1 (diff) | |
download | bundler-c44a0c42de733fe612cff35e06b0021bd8f8c68d.tar.gz |
test against rubygems 2.0.2
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |