RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries (in a self-contained format called a “gem”), a tool designed to easily manage the installation of gems, and a server for distributing them.
For example, if you wanted to install a gem called ‘Faker’, you could use the command line to install it using the RubyGems package manager:
gem install faker