summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-03-13 16:53:08 -0800
committerAndre Arko <andre@arko.net>2010-03-13 16:53:08 -0800
commitdbdf719e44db2a11ab232b8a6eeca9855f3ca126 (patch)
tree090d9e517f5cb215150d4bd76b80b7975a77d405
parent3376633c6a80e6f70b3b068d5faebd9a4a2b4b20 (diff)
downloadbundler-dbdf719e44db2a11ab232b8a6eeca9855f3ca126.tar.gz
Rubygems 1.3.5 is no longer supported
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 286d4fb8cc..d3190fa2ee 100644
--- a/Rakefile
+++ b/Rakefile
@@ -39,7 +39,7 @@ end
# Rubygems 1.3.5, 1.3.6, and HEAD specs
rubyopt = ENV["RUBYOPT"]
-%w(master REL_1_3_5 REL_1_3_6).each do |rg|
+%w(master REL_1_3_6).each do |rg|
Spec::Rake::SpecTask.new("spec_gems_#{rg}") do |t|
t.spec_files = FileList['spec/**/*_spec.rb']
t.spec_opts = %w(-fs --color)