mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
17 lines
241 B
Ruby
17 lines
241 B
Ruby
#
|
|
# This is the gemfile for local development
|
|
# these are the requirements for running
|
|
# the test suite.
|
|
#
|
|
|
|
source :gemcutter
|
|
|
|
gem 'net-ssh'
|
|
gem 'net-ssh-gateway'
|
|
gem 'net-sftp'
|
|
gem 'net-scp'
|
|
gem 'highline'
|
|
|
|
group :test do
|
|
gem "mocha"
|
|
end
|