1
0
Fork 0
mirror of https://github.com/nishiki/is_master.git synced 2024-10-26 17:43:17 +00:00

chore: upgrade rubocop gem

This commit is contained in:
Adrien Waksberg 2018-02-24 10:17:28 +01:00
parent cc65e5c0f7
commit da10177a13
2 changed files with 5 additions and 2 deletions

View file

@ -6,10 +6,13 @@ AllCops:
- Vagrantfile
TargetRubyVersion: 2.3
Gemspec/RequiredRubyVersion:
Enabled: false
Naming/AccessorMethodName:
Enabled: false
Lint/RescueWithoutErrorClass:
Style/RescueStandardError:
Enabled: false
Metrics/LineLength:

View file

@ -1,6 +1,6 @@
source 'https://rubygems.org'
group :development do
gem 'rubocop', '0.50.0'
gem 'rubocop', '0.52.1'
gem 'test-unit'
end