I believe you can do this:
gem "foo", path: "/path/to/foo"
Related Contents:
- Should I specify exact versions in my Gemfile?
- bundle install fails with SSL certificate verification error
- Using –no-rdoc and –no-ri with bundler
- Bundler: can’t find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException) during bundle install with gem
- Why Bundle Install is installing gems in vendor/bundle?
- Heroku push rejected, failed to install gems via Bundler
- Rubygems, Bundler and RVM confusion
- Rails bundler doesn’t install gems inside a group
- Bundle Install could not fetch specs from https://rubygems.org/
- How to use bundler behind a proxy?
- Could not find rails (>= 0) amongst [] (Gem::LoadError)
- How to get a random number in Ruby
- Rails update_attributes without save?
- How to run a single RSpec test?
- ActiveRecord: size vs count
- What is the right way to override a setter method in Ruby on Rails?
- Ruby on Rails Callback, what is difference between :before_save and :before_create?
- Rails 3 datatypes?
- Pass a variable into a partial, rails 3?
- Change the name of the :id parameter in Routing resources for Rails
- How do I “activate” a different version of a particular gem?
- How do I find out which gem has a specific dependency?
- Embedding JSON Data into YAML file
- Parsing string to add to URL-encoded URL
- How to change hash keys from `Symbol`s to `String`s?
- Ruby Gems Not Installing, Hangs While Getting Gems
- Difference between $Bundle install and $Bundle update
- :as in rails routes.rb
- Why can’t I install the SQLite gem?
- Rails, How to render a view/partial in a model
- Ruby rails – select only few columns from the database
- If I have a hash in Ruby on Rails, is there a way to make it indifferent access?
- Errors Installing mysql2 gem via the Bundler
- STI, one controller
- Rails 3 authentication solutions
- Can’t find libcurl or curl/curl.h (RuntimeError)
- Rails: How to use dependent: :destroy in rails?
- Gem file with git remote failing on heroku push
- How to define action with simple form for?
- Rails – How do I check developer mode or production mode in code
- foreman only shows line with “started with pid #” and nothing else
- Run Rails commands outside of console
- How to add a delay to Rails controller for testing?
- Errno::ECONNREFUSED: Connection refused – connect(2) for action mailer
- I’m getting “found character that cannot start any token while scanning for the next token”
- Rails Routing (root :to => …)
- ERROR: Failed to build gem native extension – Error installing mysql2
- “rake assets:precompile” gives punc error
- How do I vendorize gems for Rails3/Bundler
- Best way to highlight current page in Rails 3? — apply a css class to links conditionally