Read more

Install a specific version of a gem

Henning Koch
November 10, 2010Software engineer at makandra GmbH

To install webmock 1.5.0:

sudo gem install webmock --version "=1.5.0"
Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot

or
sudo gem install webmock -v "=1.5.0"

Posted by Henning Koch to makandra dev (2010-11-10 17:29)