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:
parent
ab459f954d
commit
dcb286ec09
1 changed files with 5 additions and 0 deletions
5
Gemfile
5
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue