mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 09:57:43 -04:00
Bump rubocop from 0.87.0 to 1.8.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.87.0 to 1.8.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.87.0...v1.8.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
d764ebf091
commit
7312c093e4
2 changed files with 14 additions and 14 deletions
2
Gemfile
2
Gemfile
|
|
@ -24,7 +24,7 @@ group :development, :unit_tests do
|
|||
gem 'metadata-json-lint', '~> 2.4'
|
||||
gem 'puppetlabs_spec_helper', '~> 2.15'
|
||||
gem 'rspec-puppet', '~> 2.6'
|
||||
gem 'rubocop', '~> 0.87'
|
||||
gem 'rubocop', '~> 1.8'
|
||||
gem 'tty-command', '~> 0.6'
|
||||
gem 'tty-file', '~> 0.9'
|
||||
gem 'tty-prompt', '~> 0.21'
|
||||
|
|
|
|||
26
Gemfile.lock
26
Gemfile.lock
|
|
@ -43,8 +43,8 @@ GEM
|
|||
multipart-post (2.1.1)
|
||||
necromancer (0.5.1)
|
||||
os (1.1.0)
|
||||
parallel (1.19.2)
|
||||
parser (2.7.1.4)
|
||||
parallel (1.20.1)
|
||||
parser (3.0.0.0)
|
||||
ast (~> 2.4.1)
|
||||
pastel (0.7.4)
|
||||
equatable (~> 0.6)
|
||||
|
|
@ -123,7 +123,7 @@ GEM
|
|||
puppet_forge (~> 2.3.0)
|
||||
rainbow (3.0.0)
|
||||
rake (13.0.1)
|
||||
regexp_parser (1.7.1)
|
||||
regexp_parser (2.0.3)
|
||||
rexml (3.2.4)
|
||||
rspec (3.9.0)
|
||||
rspec-core (~> 3.9.0)
|
||||
|
|
@ -140,18 +140,18 @@ GEM
|
|||
rspec-puppet (2.7.8)
|
||||
rspec
|
||||
rspec-support (3.9.3)
|
||||
rubocop (0.87.0)
|
||||
rubocop (1.8.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.1)
|
||||
parser (>= 3.0.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.7)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml
|
||||
rubocop-ast (>= 0.1.0, < 1.0)
|
||||
rubocop-ast (>= 1.2.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (0.1.0)
|
||||
parser (>= 2.7.0.1)
|
||||
ruby-progressbar (1.10.1)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.4.0)
|
||||
parser (>= 2.7.1.5)
|
||||
ruby-progressbar (1.11.0)
|
||||
rugged (1.0.1)
|
||||
semantic_puppet (1.0.2)
|
||||
spdx-licenses (1.2.0)
|
||||
|
|
@ -175,7 +175,7 @@ GEM
|
|||
tty-screen (~> 0.7)
|
||||
wisper (~> 2.0.0)
|
||||
tty-screen (0.8.0)
|
||||
unicode-display_width (1.7.0)
|
||||
unicode-display_width (2.0.0)
|
||||
wisper (2.0.1)
|
||||
xmlrpc (0.3.0)
|
||||
yamllint (0.0.9)
|
||||
|
|
@ -205,7 +205,7 @@ DEPENDENCIES
|
|||
puppetlabs_spec_helper (~> 2.15)
|
||||
r10k (~> 3.5)
|
||||
rspec-puppet (~> 2.6)
|
||||
rubocop (~> 0.87)
|
||||
rubocop (~> 1.8)
|
||||
rugged (~> 1.0)
|
||||
tty-command (~> 0.6)
|
||||
tty-file (~> 0.9)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue