This repository was archived by the owner on Jun 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -306,3 +306,10 @@ Style/HashTransformKeys:
306306
307307Style/HashTransformValues :
308308 Enabled : true
309+
310+ Lint/RaiseException :
311+ Enabled : true
312+
313+ Lint/StructNewOverride :
314+ Enabled : true
315+
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ group :test do
8888 gem 'rspec-rails' , '~> 3.9.1'
8989 gem 'rspec-wait'
9090 gem 'rspec_api_documentation' , '>= 6.1.0'
91- gem 'rubocop' , '~> 0.80.1 '
91+ gem 'rubocop' , '~> 0.81.0 '
9292 gem 'timecop'
9393 gem 'webmock' , '> 2.3.1'
9494end
Original file line number Diff line number Diff line change @@ -394,14 +394,14 @@ GEM
394394 activesupport (>= 3.0.0 )
395395 mustache (~> 1.0 , >= 0.99.4 )
396396 rspec (~> 3.0 )
397- rubocop (0.80.1 )
397+ rubocop (0.81.0 )
398398 jaro_winkler (~> 1.5.1 )
399399 parallel (~> 1.10 )
400400 parser (>= 2.7.0.1 )
401401 rainbow (>= 2.2.2 , < 4.0 )
402402 rexml
403403 ruby-progressbar (~> 1.7 )
404- unicode-display_width (>= 1.4.0 , < 1.7 )
404+ unicode-display_width (>= 1.4.0 , < 2.0 )
405405 ruby-debug-ide (0.7.2 )
406406 rake (>= 0.8.1 )
407407 ruby-mysql (2.9.14 )
478478 unf (0.1.4 )
479479 unf_ext
480480 unf_ext (0.0.7.7 )
481- unicode-display_width (1.6.1 )
481+ unicode-display_width (1.7.0 )
482482 vhd (0.0.4 )
483483 bit-struct
484484 vmstat (2.3.1 )
@@ -563,7 +563,7 @@ DEPENDENCIES
563563 rspec-rails (~> 3.9.1 )
564564 rspec-wait
565565 rspec_api_documentation (>= 6.1.0 )
566- rubocop (~> 0.80.1 )
566+ rubocop (~> 0.81.0 )
567567 ruby-debug-ide (>= 0.7.0.beta4 )
568568 rubyzip (>= 1.3.0 )
569569 scientist (~> 1.1.0 )
You can’t perform that action at this time.
0 commit comments