From 390832fcd17f0bedb6198b9ee71a0a240e171670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 13 Sep 2019 19:01:45 +0200 Subject: Remove no longer needed rubygems update We never use system rubygems anymore. Always the local clone. --- Rakefile | 3 --- 1 file changed, 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 -- cgit v1.2.1