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 online protection

Rails professionals since 2007

Our laser focus on a single technology has made us a leader in this space. Need help?

  • We build a solid first version of your product
  • We train your development team
  • We rescue your project in trouble
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)