summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-11 22:19:12 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-12 10:18:16 +0100
commit0b7b397b875343fda65fd59ec15dce5a36b8f372 (patch)
tree2ddfcc12f8b42c166d034f98eeda8531e61bbbf2
parent07980f0d4817e525fe55b7c0aaf45cfb5d809024 (diff)
downloadbundler-bump_base_rubygems_version.tar.gz
Bump base rubygems version to 3.0.2bump_base_rubygems_version
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index aba3346f34..4d68079dc4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -73,7 +73,7 @@ namespace :spec do
sh "sudo apt-get install graphviz -y 2>&1 | tail -n 2"
# Install the gems with a consistent version of RubyGems
- sh "gem update --system 2.6.13"
+ sh "gem update --system 3.0.2"
# Fix incorrect default gem specifications on ruby 2.6.1. Can be removed
# when 2.6.2 is released and we start testing against it