diff options
author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-09-13 19:01:45 +0200 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-09-19 16:06:51 +0200 |
commit | 390832fcd17f0bedb6198b9ee71a0a240e171670 (patch) | |
tree | 5611a0f4144c1022ad67d79510e45ae6b3f6c144 | |
parent | 9db8c7e84c56a0d57ea00fae2b940736b08fc4b4 (diff) | |
download | bundler-390832fcd17f0bedb6198b9ee71a0a240e171670.tar.gz |
Remove no longer needed rubygems updateremove_with_rubygems
We never use system rubygems anymore. Always the local clone.
-rw-r--r-- | Rakefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |