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 UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
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)