aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-10-19 18:05:58 -0700
committerAndre Arko <andre@arko.net>2013-10-19 18:05:58 -0700
commit2f628cbf234b0ca152b759089da2ec19cf3b0194 (patch)
tree618c0870ae8fe5243d439bd196a6617703f80dea /Rakefile
parent5e294f645cd9cc19c089bbd76c1118a6f9f99df2 (diff)
downloadbundler-2f628cbf234b0ca152b759089da2ec19cf3b0194.tar.gz
rubygems security and other version updates
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3f213951..278a91e8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -92,7 +92,7 @@ begin
rubyopt = ENV["RUBYOPT"]
# When editing this list, also edit .travis.yml!
branches = %w(master 2.1)
- releases = %w(v1.3.6 v1.3.7 v1.4.2 v1.5.3 v1.6.2 v1.7.2 v1.8.27 v2.0.10 v2.1.5)
+ releases = %w(v1.3.6 v1.3.7 v1.4.2 v1.5.3 v1.6.2 v1.7.2 v1.8.28 v2.0.12 v2.1.9)
(branches + releases).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|