summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-13 19:01:45 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-19 16:06:51 +0200
commit390832fcd17f0bedb6198b9ee71a0a240e171670 (patch)
tree5611a0f4144c1022ad67d79510e45ae6b3f6c144
parent9db8c7e84c56a0d57ea00fae2b940736b08fc4b4 (diff)
downloadbundler-remove_with_rubygems.tar.gz
Remove no longer needed rubygems updateremove_with_rubygems
We never use system rubygems anymore. Always the local clone.
-rw-r--r--Rakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index 2935410628..901e813240 100644
--- a/Rakefile
+++ b/Rakefile
@@ -50,9 +50,6 @@ namespace :spec do
# Install graphviz so that the viz specs can run
sh "sudo apt-get install graphviz -y"
- # Install the gems with a consistent version of RubyGems
- sh "gem update --system 3.0.6"
-
# Install the other gem deps, etc
Rake::Task["spec:deps"].invoke
end