1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 05:47:53 +00:00
mpw/Gemfile

11 lines
373 B
Ruby
Raw Normal View History

2014-09-12 06:55:08 +00:00
source 'https://rubygems.org'
2016-11-05 09:50:10 +00:00
gem "i18n", "~> 0.7", ">= 0.7.0"
gem "gpgme", "~> 2.0", ">= 2.0.12"
gem "highline", "~> 1.7", ">= 1.7.8"
gem "locale", "~> 2.1", ">= 2.1.2"
gem "colorize", "~> 0.8", ">= 0.8.1"
gem "net-ssh", "~> 3.2", ">= 3.2.0"
gem "net-sftp", "~> 2.1", ">= 2.1.2"
gem "clipboard", "~> 1.1", ">= 1.1.1"
gem "rotp", "~> 3.1", ">= 3.1.0"