summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <me@colby.fyi>2018-12-28 13:02:27 +1100
committerColby Swandale <me@colby.fyi>2018-12-28 13:02:27 +1100
commita0ee4cd11d99414d1ef9e9a49c825279fad3aad0 (patch)
treef1aa9050a25e9553fa4f5b9c46b04707b0ac354e
parent00caa91d13319f55c152aa6df3534b7b3ef1fd17 (diff)
downloadbundler-a0ee4cd11d99414d1ef9e9a49c825279fad3aad0.tar.gz
add RubyGems v3.0.1 to rg clone task
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b328fb06a2..5276fc75b8 100644
--- a/Rakefile
+++ b/Rakefile
@@ -144,7 +144,7 @@ begin
rubyopt = ENV["RUBYOPT"]
# When editing this list, also edit .travis.yml!
branches = %w[master]
- 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.5 v2.4.8 v2.5.2 v2.6.8 v2.6.14 v2.7.7]
+ 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.5 v2.4.8 v2.5.2 v2.6.8 v2.6.14 v2.7.7 v3.0.1]
(branches + releases).each do |rg|
desc "Run specs with RubyGems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|