summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-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