1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +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.12'
gem 'highline', '~> 1.7', '>= 1.7.8'
gem 'i18n', '~> 0.7', '>= 0.7.0'
gem 'locale', '~> 2.1', '>= 2.1.2'
gem 'rotp', '~> 3.1', '>= 3.1.0'
group :development do
gem 'rubocop', '0.48.1'
gem 'test-unit'
gem 'yard'
end