Bump rubocop from 0.50.0 to 0.78.0

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.50.0 to 0.78.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.50.0...v0.78.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-26 10:47:21 +00:00 committed by GitHub
parent 781bf8bbf7
commit c4b8342ee4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 17 deletions

View file

@ -22,7 +22,7 @@ group :development, :unit_tests do
gem 'metadata-json-lint', '~> 2.0'
gem 'puppetlabs_spec_helper', '~> 2.3'
gem 'rspec-puppet', '~> 2.6'
gem 'rubocop', '~> 0.50'
gem 'rubocop', '~> 0.78'
gem 'tty-command', '~> 0.6'
gem 'tty-file', '~> 0.4'
gem 'tty-prompt', '~> 0.13'

View file

@ -4,7 +4,7 @@ GEM
CFPropertyList (2.3.5)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.3.0)
ast (2.4.0)
colored (1.2)
cri (2.6.1)
colored (~> 1.2)
@ -27,6 +27,7 @@ GEM
locale
hiera (3.4.2)
hitimes (1.2.6)
jaro_winkler (1.5.4)
json (2.1.0)
json-schema (2.8.0)
addressable (>= 2.4)
@ -43,13 +44,12 @@ GEM
multipart-post (2.0.0)
necromancer (0.4.0)
os (1.0.0)
parallel (1.12.0)
parser (2.4.0.0)
ast (~> 2.2)
parallel (1.19.1)
parser (2.6.5.0)
ast (~> 2.4.0)
pastel (0.7.1)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
powerpack (0.1.1)
public_suffix (3.0.0)
puppet (5.3.2)
facter (> 2.0, < 4)
@ -104,9 +104,8 @@ GEM
multi_json (~> 1.10)
puppet_forge (~> 2.2)
semantic_puppet (~> 0.1.0)
rainbow (2.2.2)
rake
rake (12.1.0)
rainbow (3.0.0)
rake (13.0.1)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
@ -122,14 +121,14 @@ GEM
rspec-puppet (2.6.9)
rspec
rspec-support (3.6.0)
rubocop (0.50.0)
rubocop (0.78.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 3.0)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
unicode-display_width (>= 1.4.0, < 1.7)
ruby-progressbar (1.10.1)
rugged (0.26.0)
semantic_puppet (0.1.4)
gettext-setup (>= 0.3)
@ -154,7 +153,7 @@ GEM
tty-reader (~> 0.1.0)
tty-reader (0.1.0)
wisper (~> 2.0.0)
unicode-display_width (1.3.0)
unicode-display_width (1.6.0)
wisper (2.0.0)
xmlrpc (0.3.0)
yamllint (0.0.9)
@ -184,7 +183,7 @@ DEPENDENCIES
puppetlabs_spec_helper (~> 2.3)
r10k (~> 2.5)
rspec-puppet (~> 2.6)
rubocop (~> 0.50)
rubocop (~> 0.78)
rugged (~> 0.26)
tty-command (~> 0.6)
tty-file (~> 0.4)