Remove capistrano and set specific version to ruby-1.8.7

I am using a ruby-1.8.7

client app .

I got an error while trying to deploy while executing with the command cap staging deploy

.

Right now installed capistrano-3.2.1 version

. Now I wantremove it and install capistrano-2.5.19 version.

How to change version of capistrano

either uninstall it and install a new one.

How to install capistrano for ruby-1.8.7 compatible versions.

I got every time ERROR: error installing capistrano. highline required ruby version >= 1.9.3

      

thank

/. Rvm / stones / ruby-1.8.7-P374 / gems / Capistrano-3.2.1

+3


source to share


1 answer


$ gem uninstall capistrano

Select gem to uninstall:
 1. capistrano-2.12.0
 2. capistrano-3.5.0
 3. All versions
> 2
Successfully uninstalled capistrano-3.5.0

      



+6


source







All Articles