1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +00:00

update Gemfile to fix rubocop version

This commit is contained in:
Adrien Waksberg 2017-06-06 23:06:25 +02:00
parent 767343e368
commit 11de55ccb7

View file

@ -8,7 +8,7 @@ gem 'locale', '~> 2.1', '>= 2.1.2'
gem 'rotp', '~> 3.1', '>= 3.1.0'
group :development do
gem 'rubocop'
gem 'rubocop', '0.48.1'
gem 'test-unit'
gem 'yard'
end