Read more

Listing all gems on a private gem server

Henning Koch
June 07, 2017Software engineer at makandra GmbH

You can use gem list to list all gems available from a remote gem server:

gem list -r --clear-sources -s 'https://user:password@gemserver.tld/'
Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

This is useful to debug cases where Bundler complains of a gem existing in more than one gem source.

Posted by Henning Koch to makandra dev (2017-06-07 13:19)