There are vulnerabilities in RubyGems. Should update to the latest version ruby-lang.org/en/news/2017/0…
1
0
1
0
0
if you’re running rbenv, use: for v in $(rbenv versions --bare); do echo "-----> Upgrading $v"; rbenv shell $v; gem update --system; done