Specify local gem in Gemfile

Snippet

Specify a specific ruby gem file to use, typically development and local, instead of the default installed version.

gem "foo", :path => "/path/to/foo"

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.