1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

add gem for development

This commit is contained in:
Adrien Waksberg 2017-05-22 20:32:06 +02:00
parent ab459f954d
commit dcb286ec09

View file

@ -6,3 +6,8 @@ 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'
gem 'yard'
end