1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-26 18:33:16 +00:00
mpw/Gemfile

14 lines
381 B
Ruby

source 'https://rubygems.org'
gem 'clipboard', '~> 1.1', '>= 1.1.1'
gem 'colorize', '~> 0.8', '>= 0.8.1'
gem 'gpgme', '~> 2.0', '>= 2.0.14'
gem 'highline', '~> 1.7', '>= 1.7.8'
gem 'i18n', '~> 0.9', '>= 0.9.1'
gem 'locale', '~> 2.1', '>= 2.1.2'
gem 'rotp', '~> 3.3', '>= 3.3.0'
group :development do
gem 'rubocop', '0.50.0'
gem 'test-unit'
gem 'yard'
end