Read more

Download Ruby gems without installing

Henning Koch
July 12, 2016Software engineer at makandra GmbH

You can download .gem files using gem fetch:

gem fetch activesupport consul
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 will produce files like active-support-5.0.0.gem and consul-0.12.1.gem in your working directory.

Dependencies will not be downloaded.

Posted by Henning Koch to makandra dev (2016-07-12 14:13)