1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 05:47:53 +00:00
This commit is contained in:
nishiki 2014-09-12 08:55:08 +02:00
parent 0e9f235be8
commit 60fa43aef8

10
Gemfile Normal file
View file

@ -0,0 +1,10 @@
source 'https://rubygems.org'
gem 'highline'
gem 'i18n'
gem 'locale'
gem 'gpgme'
group :ssh do
gem 'net-ssh'
gem 'net-scp'
end