Paths with no reference point are expanded relative to `~` deliberately. If you want a path relative to the current directory, say so:
gem "foo", :path => "./vendor/gems/foo-1.2.3"
— Andre
The path `/home/deploy/vendor/gems/foo-1.2.3` does not exist.
What else could be wrong?
2010/10/18 Andre Arko <an...@arko.net>:
> --
> You received this message because you are subscribed to the Google Groups "ruby-bundler" group.
> To post to this group, send email to ruby-b...@googlegroups.com.
> To unsubscribe from this group, send email to ruby-bundler...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/ruby-bundler?hl=en.
>
>
You might not be using the newest version of bundler? Also, "bundle install" might not be smart enough to update the lock file. Try deleting Gemfile.lock and running install again.
— Andre
I'm using bunder 1.0.3 (is it the newest?). The Gemfile.lock was
updated by bundle install, but I tried to delete it and run install
again, just in case. Nothing helped. Still getting the same error.
2010/10/19 Adam Cigánek <adam.c...@gmail.com>:
Yes, please. The information in ISSUES[1] would be helpful. Thank you.
— Andre
[1]: http://github.com/carlhuda/bundler/blob/master/ISSUES.md