mirror of
https://github.com/nishiki/is_master.git
synced 2024-11-23 03:27:51 +00:00
chore: upgrade rubocop gem
This commit is contained in:
parent
cc65e5c0f7
commit
da10177a13
2 changed files with 5 additions and 2 deletions
|
@ -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:
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue