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