aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-05-24 08:23:23 -0700
committerAndre Arko <andre@arko.net>2011-05-24 08:36:00 -0700
commit5711953c1892e6684b2f2cff5d3fbe87397545d0 (patch)
treefcf6b7698c2095ce30e32ba82226f549e2e34363 /Rakefile
parente787816d3d9848e556ebaee63e9adf3fc80942b7 (diff)
downloadbundler-5711953c1892e6684b2f2cff5d3fbe87397545d0.tar.gz
Add Rubygems 1.8.3 to specs
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f581d541..4081fc0c 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.2 v1.7.2 v1.8.1).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.3).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|
t.rspec_opts = %w(-fs --color)