-
Update RubyGem Package Manager
- Open terminal
Applications\Utilities\Terminal
- Run command:
gem update --system
- Once updated, add configuration to disable installation of package documentation
echo "gem: --no-document" >> ~/.gemrc
- check the gem version using the gem command below.
gem -v
- as of right now, you should see the following version:
3.2.23
- You must be logged in to reply to this topic.