Guy Schaller
Guy Schaller

Reputation: 4700

capistrano deploy with wrong version of Ruby

after I deploy with capistrano to a new server I see:

/shared/bundle/ruby/1.9.1/gems/

I don't even have ruby 1.9.1 installed on the server. and if i run: ruby -v it returns 1.9.3 but in all of capisrtano actions i keep seeing 1.9.1 why is that? and how can i stop it?

thanks

Upvotes: 4

Views: 795

Answers (1)

iltempo
iltempo

Reputation: 16012

Don't worry. Ruby 1.9.1 to 1.9.3 is using that path by default. It doesn't necessarily mean you are using the wrong Ruby.

Upvotes: 2

Related Questions