ruby - Rails Bundle Install Not Finding Gem -
i'm having problem rails
bundle install
command not being able find local gemfile.
the gem located here::
~/.gem/ruby/2.1.5/gems/mygemname-1.5.0.snapshot
i included gem in gemfile. when try bundle application, error::
could not find gem 'mygemname-1.5.0.snapshot' (>= 0) ruby' in gems available on machine.
i can see gem sitting on hardrive, bundle install command says doesn't exist. have ideas on may going on here?
thanks time.
as can´t comment yet...
i check:
- .gem folder holding gem or symlinked (i not confident symlinks work on bundle install)
- rbenv or rvm in game , installed gem installed 1 of or globally?
Comments
Post a Comment