1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00
mpw/Gemfile

11 lines
139 B
Text
Raw Normal View History

2014-09-12 08:55:08 +02:00
source 'https://rubygems.org'
gem 'highline'
2014-09-21 18:44:44 +02:00
gem 'i18n', '0.6.9'
2014-09-12 08:55:08 +02:00
gem 'locale'
gem 'gpgme'
group :ssh do
gem 'net-ssh'
gem 'net-scp'
end