summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 14:05:39 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 14:05:39 +0200
commit7fba99adf77cecd8450f73791343ddabe4d9c14f (patch)
tree4120af77884dac5583fa0338fca42d0b4f3df5bc /Rakefile
parent33a65c256717db8d1229d2e7dbbc7265a3933c05 (diff)
downloadbundler-7fba99adf77cecd8450f73791343ddabe4d9c14f.tar.gz
Use the latest rubygems 3.0.6 in CIbump_rubygems
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index b2a630090e..3399f4dd25 100644
--- a/Rakefile
+++ b/Rakefile
@@ -51,7 +51,7 @@ namespace :spec do
sh "sudo apt-get install graphviz -y"
# Install the gems with a consistent version of RubyGems
- sh "gem update --system 3.0.4"
+ sh "gem update --system 3.0.6"
# Install the other gem deps, etc
Rake::Task["spec:deps"].invoke
@@ -89,7 +89,7 @@ namespace :spec do
namespace :rubygems do
# When editing this list, also edit .travis.yml!
branches = %w[master]
- releases = %w[v2.5.2 v2.6.14 v2.7.10 v3.0.4]
+ releases = %w[v2.5.2 v2.6.14 v2.7.10 v3.0.6]
(branches + releases).each do |rg|
desc "Run specs with RubyGems #{rg}"
task rg do