source 'https://rubygems.org' gem 'capistrano', '~> 3.19.0' gem 'capistrano-composer' gem 'capistrano-wpcli' # See https://github.com/net-ssh/net-ssh/issues/565 gem 'ed25519', '>= 1.2', '< 2.0' gem 'bcrypt_pbkdf', '>= 1.0', '< 2.0' gem 'net-ssh', '~> 7.2.0' gem 'sshkit', '~> 1.21.0'