summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-11-24 14:51:48 -0800
committerZachary Scott <e@zzak.io>2014-11-24 14:51:48 -0800
commit251e89700af4ad3bcc18f7140eb3f45dd3075a94 (patch)
tree7fe345e07c774e2470ec820f7a70ca97fe26a1f3 /Rakefile
parent40122bca553aa03c7718977e9a2460edc96e5b20 (diff)
downloadbundler-251e89700af4ad3bcc18f7140eb3f45dd3075a94.tar.gz
RG 2.3 was never included in a release of Ruby, however the latest minor series
(v2.4) will be included with the release of Ruby 2.2. The latest version of RG in this series is currently 2.4.4.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 63cb77ffda..88631e49b5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -112,7 +112,7 @@ begin
rubyopt = ENV["RUBYOPT"]
# When editing this list, also edit .travis.yml!
branches = %w(master 2.2)
- releases = %w(v1.3.6 v1.3.7 v1.4.2 v1.5.3 v1.6.2 v1.7.2 v1.8.29 v2.0.14 v2.1.11 v2.2.2 v2.3.0)
+ releases = %w(v1.3.6 v1.3.7 v1.4.2 v1.5.3 v1.6.2 v1.7.2 v1.8.29 v2.0.14 v2.1.11 v2.2.2 v2.4.0)
(branches + releases).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|