http://rubygems.org/gems/capistrano/versions/2.15.5
I would like to use net-ssh version 2.7.0 instead of 2.8.0, with the above capistrano version. How do I specify this in my Gemfile
I added the following to the Gemfile and the resultant Gemfile.lock is given below. Even then I see net-ssh 2.7.0 and 2.8.0 in the shared bundle folder.
gem 'net-ssh', '2.7.0'
capistrano (2.15.5)
highline
net-scp (>= 1.0.0)
net-sftp (>= 2.0.0)
net-ssh (>= 2.0.14)
net-ssh-gateway (>= 1.1.0)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.7.0)
net-ssh-gateway (1.2.0)
net-ssh (>= 2.6.5)
net-ssh (= 2.7.0)