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

11 lines
151 B
Ruby
Raw Normal View History

2014-09-12 06:55:08 +00:00
source 'https://rubygems.org'
gem 'highline'
2016-05-16 17:55:25 +00:00
gem 'i18n'
2014-09-12 06:55:08 +00:00
gem 'locale'
gem 'gpgme'
2014-12-06 22:53:03 +00:00
gem 'colorize'
2016-06-30 20:02:04 +00:00
gem 'net-ssh'
gem 'net-scp'
2016-07-09 12:06:49 +00:00
gem 'clipboard'
2016-08-02 20:03:09 +00:00
gem 'rotp'