1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +00:00
mpw/Gemfile
2015-02-08 22:58:18 +01:00

10 lines
140 B
Ruby

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