mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
11 lines
132 B
Text
11 lines
132 B
Text
![]() |
source :gemcutter
|
||
|
|
||
|
gem 'net-ssh'
|
||
|
gem 'net-ssh-gateway'
|
||
|
gem 'net-sftp'
|
||
|
gem 'net-scp'
|
||
|
gem 'highline'
|
||
|
|
||
|
group :test do
|
||
|
gem "mocha"
|
||
|
end
|