mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Bump rubocop from 0.93.1 to 1.30.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.93.1 to 1.30.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.93.1...v1.30.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0ac39456a5
commit
7cfd8d3696
2 changed files with 15 additions and 15 deletions
28
Gemfile.lock
28
Gemfile.lock
|
|
@ -40,8 +40,8 @@ GEM
|
|||
multi_json (1.15.0)
|
||||
multipart-post (2.1.1)
|
||||
os (1.1.1)
|
||||
parallel (1.20.1)
|
||||
parser (3.0.1.1)
|
||||
parallel (1.22.1)
|
||||
parser (3.1.2.0)
|
||||
ast (~> 2.4.1)
|
||||
pastel (0.8.0)
|
||||
tty-color (~> 0.5)
|
||||
|
|
@ -117,9 +117,9 @@ GEM
|
|||
log4r (= 1.1.10)
|
||||
multi_json (~> 1.10)
|
||||
puppet_forge (~> 2.3.0)
|
||||
rainbow (3.0.0)
|
||||
rainbow (3.1.1)
|
||||
rake (13.0.3)
|
||||
regexp_parser (2.1.1)
|
||||
regexp_parser (2.5.0)
|
||||
rexml (3.2.5)
|
||||
rspec (3.10.0)
|
||||
rspec-core (~> 3.10.0)
|
||||
|
|
@ -136,17 +136,17 @@ GEM
|
|||
rspec-puppet (2.9.0)
|
||||
rspec
|
||||
rspec-support (3.10.2)
|
||||
rubocop (0.93.1)
|
||||
rubocop (1.30.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.5)
|
||||
parser (>= 3.1.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8)
|
||||
rexml
|
||||
rubocop-ast (>= 0.6.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.18.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (1.5.0)
|
||||
parser (>= 3.0.1.1)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.18.0)
|
||||
parser (>= 3.1.1.0)
|
||||
ruby-progressbar (1.11.0)
|
||||
rugged (1.1.0)
|
||||
scanf (1.0.0)
|
||||
|
|
@ -171,7 +171,7 @@ GEM
|
|||
tty-screen (~> 0.8)
|
||||
wisper (~> 2.0)
|
||||
tty-screen (0.8.1)
|
||||
unicode-display_width (1.7.0)
|
||||
unicode-display_width (2.1.0)
|
||||
webrick (1.7.0)
|
||||
wisper (2.0.1)
|
||||
xmlrpc (0.3.2)
|
||||
|
|
@ -203,7 +203,7 @@ DEPENDENCIES
|
|||
puppetlabs_spec_helper (~> 2.15)
|
||||
r10k (~> 3.5)
|
||||
rspec-puppet (~> 2.6)
|
||||
rubocop (~> 0.87)
|
||||
rubocop (~> 1.30)
|
||||
rugged (~> 1.0)
|
||||
tty-command (~> 0.6)
|
||||
tty-file (~> 0.9)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue