aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-05-11 00:40:02 -0700
committerAndre Arko <andre@arko.net>2011-05-11 00:40:14 -0700
commitb9c6d693b3e37421a00ed0b75e4587cfa9a87c9a (patch)
tree2397ca665452d5e99873d89125e76e5b1678fd29 /Rakefile
parent5cce885215e056faaad1b9f3a5551ff71644b8ac (diff)
downloadbundler-b9c6d693b3e37421a00ed0b75e4587cfa9a87c9a.tar.gz
Update rubygems versions for testing
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 0bde126c..f581d541 100644
--- a/Rakefile
+++ b/Rakefile
@@ -60,7 +60,7 @@ begin
namespace :rubygems do
# Rubygems 1.3.5, 1.3.6, and HEAD specs
rubyopt = ENV["RUBYOPT"]
- %w(master v1.3.6 v1.3.7 v1.4.2 v1.5.3 v1.6.1 v1.7.2).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.1).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|
t.rspec_opts = %w(-fs --color)