mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-19 12:59:30 +00:00
update Gemfile to fix rubocop version
This commit is contained in:
parent
767343e368
commit
11de55ccb7
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue