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
373 B
Text
Raw Normal View History

2014-09-12 08:55:08 +02:00
source 'https://rubygems.org'
2016-11-05 10:50:10 +01: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"