1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00
mpw/Gemfile
2014-09-21 18:44:44 +02:00

10 lines
139 B
Ruby

source 'https://rubygems.org'
gem 'highline'
gem 'i18n', '0.6.9'
gem 'locale'
gem 'gpgme'
group :ssh do
gem 'net-ssh'
gem 'net-scp'
end