aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2016-08-21 17:11:36 +0700
committerAndre Arko <andre@arko.net>2016-08-22 09:42:41 +0700
commitb78fa8fed1fb720467d03f89e10fa43797f93528 (patch)
treec041a68704dd13da8f6488f04323454d084eaa52 /Rakefile
parent67a1bd3e14b67722f2249caa3bda86c8d2739def (diff)
downloadbundler-b78fa8fed1fb720467d03f89e10fa43797f93528.tar.gz
test against RubyGems 2.6.6
also stop testing RubyGems 2.4 on newer rubies ¯\_(ツ)_/¯
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 7c4a2eb0..e7b2a3a6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -127,7 +127,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.6.4)
+ 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.6.6)
(branches + releases).each do |rg|
desc "Run specs with Rubygems #{rg}"
RSpec::Core::RakeTask.new(rg) do |t|