Bump rubocop
This commit is contained in:
parent
6d0cee3047
commit
64f330d66b
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -254,7 +254,7 @@ group :development do
|
||||||
gem "pronto-haml", "0.9.0", require: false
|
gem "pronto-haml", "0.9.0", require: false
|
||||||
gem "pronto-rubocop", "0.9.0", require: false
|
gem "pronto-rubocop", "0.9.0", require: false
|
||||||
gem "pronto-scss", "0.9.1", require: false
|
gem "pronto-scss", "0.9.1", require: false
|
||||||
gem "rubocop", "0.50.0", require: false
|
gem "rubocop", "0.54.0", require: false
|
||||||
|
|
||||||
# Preloading environment
|
# Preloading environment
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -612,11 +612,11 @@ GEM
|
||||||
rspec-mocks (~> 3.6.0)
|
rspec-mocks (~> 3.6.0)
|
||||||
rspec-support (~> 3.6.0)
|
rspec-support (~> 3.6.0)
|
||||||
rspec-support (3.6.0)
|
rspec-support (3.6.0)
|
||||||
rubocop (0.50.0)
|
rubocop (0.54.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.3.3.1, < 3.0)
|
parser (>= 2.5)
|
||||||
powerpack (~> 0.1)
|
powerpack (~> 0.1)
|
||||||
rainbow (>= 2.2.2, < 3.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||||
ruby-oembed (0.12.0)
|
ruby-oembed (0.12.0)
|
||||||
|
|
@ -877,7 +877,7 @@ DEPENDENCIES
|
||||||
responders (= 2.4.0)
|
responders (= 2.4.0)
|
||||||
rspec-json_expectations (~> 2.1)
|
rspec-json_expectations (~> 2.1)
|
||||||
rspec-rails (= 3.6.1)
|
rspec-rails (= 3.6.1)
|
||||||
rubocop (= 0.50.0)
|
rubocop (= 0.54.0)
|
||||||
ruby-oembed (= 0.12.0)
|
ruby-oembed (= 0.12.0)
|
||||||
rubyzip (= 1.2.1)
|
rubyzip (= 1.2.1)
|
||||||
sass-rails (= 5.0.7)
|
sass-rails (= 5.0.7)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue