mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 05:47:53 +00:00
add
This commit is contained in:
parent
0e9f235be8
commit
60fa43aef8
1 changed files with 10 additions and 0 deletions
10
Gemfile
Normal file
10
Gemfile
Normal 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
|
Loading…
Reference in a new issue