Home Forums Ruby & Rails Update RubyGem Package Manager

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #554
    Rad UsrRad Usr
    Keymaster

    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
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.