summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-06-26 17:22:25 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-06-26 17:22:25 +0200
commit2ec27ac5e0363b818bd27562cc593674b9dc6011 (patch)
tree3324f27668711565eb310cce61198a544c85e634 /Rakefile
parent547975644e93d1c421a468ab5e2396b5b953158b (diff)
downloadbundler-2ec27ac5e0363b818bd27562cc593674b9dc6011.tar.gz
Bump rubygems in CI to 3.0.4 and 2.7.10
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 00b64638a9..2aec87d06a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -69,7 +69,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.3"
+ sh "gem update --system 3.0.4"
# Install the other gem deps, etc
Rake::Task["spec:deps"].invoke
@@ -107,7 +107,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.9 v3.0.3]
+ releases = %w[v2.5.2 v2.6.14 v2.7.10 v3.0.4]
(branches + releases).each do |rg|
desc "Run specs with RubyGems #{rg}"
task rg do