1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/Gemfile

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