forked from External/greenlight
Updated rubocop and fixed issues (#490)
This commit is contained in:
committed by
Jesus Federico
parent
bc57caa806
commit
a0c99dde47
10
Gemfile.lock
10
Gemfile.lock
@ -179,7 +179,6 @@ GEM
|
||||
ast (~> 2.4.0)
|
||||
pg (0.21.0)
|
||||
popper_js (1.14.5)
|
||||
powerpack (0.1.2)
|
||||
public_suffix (3.0.3)
|
||||
puma (3.11.4)
|
||||
pyu-ruby-sasl (0.0.3.3)
|
||||
@ -244,14 +243,13 @@ GEM
|
||||
rspec-mocks (~> 3.7.0)
|
||||
rspec-support (~> 3.7.0)
|
||||
rspec-support (3.7.1)
|
||||
rubocop (0.57.1)
|
||||
rubocop (0.68.1)
|
||||
jaro_winkler (~> 1.5.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.5)
|
||||
powerpack (~> 0.1)
|
||||
parser (>= 2.5, != 2.5.1.1)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||
unicode-display_width (>= 1.4.0, < 1.6)
|
||||
ruby-progressbar (1.10.0)
|
||||
rubyntlm (0.6.2)
|
||||
safe_yaml (1.0.4)
|
||||
@ -364,7 +362,7 @@ DEPENDENCIES
|
||||
redis (~> 3.0)
|
||||
remote_syslog_logger
|
||||
rspec-rails (~> 3.7)
|
||||
rubocop (= 0.57.1)
|
||||
rubocop
|
||||
sass-rails (~> 5.0)
|
||||
shoulda-matchers (~> 3.1)
|
||||
spring
|
||||
|
Reference in New Issue
Block a user