aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-08-08 15:49:25 -0500
committerTerence Lee <hone02@gmail.com>2011-08-08 15:49:25 -0500
commit503f8585b6a1fa31e3870ec4df8970bad5d89df1 (patch)
tree023ed1705f8777806bf18add1dab39691acdda43 /Rakefile
parentcdb64838ae6ce2ea2dfe59a6579703e17eafdfca (diff)
downloadbundler-503f8585b6a1fa31e3870ec4df8970bad5d89df1.tar.gz
latest rubygems is 1.8.7
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index bdcebd61..f01e54e4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -42,7 +42,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.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.7).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|
t.rspec_opts = %w(-fs --color)