Closed nesrual closed 11 years ago
Do you use bundle exec
before the cap
command?
That did the trick - sorry. Problem solved.
That's because your default binstub of cap
points to capistrano 2.x.
You can generate binstubs in the app directory and add ./bin to $PATH, after that you won't need to type bundle exec
each time.
Kir Shatrov +7 (929) 631-46-35
On Tuesday, September 3, 2013 at 5:39 PM, nesrual wrote:
That did the trick - sorry. Problem solved.
— Reply to this email directly or view it on GitHub (https://github.com/capistrano/rvm/issues/5#issuecomment-23722252).
I get the following error when using capistrano-rvm:
My Gemfile contains the following entries:
And the Gemfile.lock:
I am using rvm 1.22.3 (master) under OSX. Ruby version is ruby-2.0.0-p247