Merge pull request #8816 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.92.0
build(deps): bump rubocop from 0.91.0 to 0.92.0 in /Library/Homebrew
This commit is contained in:
commit
dc09aa6d0c
1
.gitignore
vendored
1
.gitignore
vendored
@ -136,6 +136,7 @@
|
|||||||
**/vendor/bundle/ruby/*/gems/sorbet-runtime-*/
|
**/vendor/bundle/ruby/*/gems/sorbet-runtime-*/
|
||||||
**/vendor/bundle/ruby/*/gems/spoom-*/
|
**/vendor/bundle/ruby/*/gems/spoom-*/
|
||||||
**/vendor/bundle/ruby/*/gems/stackprof-*/
|
**/vendor/bundle/ruby/*/gems/stackprof-*/
|
||||||
|
**/vendor/bundle/ruby/*/gems/strscan-*/
|
||||||
**/vendor/bundle/ruby/*/gems/tapioca-*/
|
**/vendor/bundle/ruby/*/gems/tapioca-*/
|
||||||
**/vendor/bundle/ruby/*/gems/thor-*/
|
**/vendor/bundle/ruby/*/gems/thor-*/
|
||||||
**/vendor/bundle/ruby/*/gems/unf_ext-*/
|
**/vendor/bundle/ruby/*/gems/unf_ext-*/
|
||||||
|
|||||||
@ -62,7 +62,7 @@ GEM
|
|||||||
parser
|
parser
|
||||||
rainbow (~> 3.0)
|
rainbow (~> 3.0)
|
||||||
sorbet-runtime (>= 0.5)
|
sorbet-runtime (>= 0.5)
|
||||||
parser (2.7.1.4)
|
parser (2.7.1.5)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
patchelf (1.3.0)
|
patchelf (1.3.0)
|
||||||
elftools (>= 1.1.3)
|
elftools (>= 1.1.3)
|
||||||
@ -98,17 +98,18 @@ GEM
|
|||||||
rspec-support (3.9.3)
|
rspec-support (3.9.3)
|
||||||
rspec-wait (0.0.9)
|
rspec-wait (0.0.9)
|
||||||
rspec (>= 3, < 4)
|
rspec (>= 3, < 4)
|
||||||
rubocop (0.91.0)
|
rubocop (0.92.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.7.1.1)
|
parser (>= 2.7.1.5)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.7)
|
regexp_parser (>= 1.7)
|
||||||
rexml
|
rexml
|
||||||
rubocop-ast (>= 0.4.0, < 1.0)
|
rubocop-ast (>= 0.5.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 2.0)
|
unicode-display_width (>= 1.4.0, < 2.0)
|
||||||
rubocop-ast (0.4.2)
|
rubocop-ast (0.7.0)
|
||||||
parser (>= 2.7.1.4)
|
parser (>= 2.7.1.5)
|
||||||
|
strscan (>= 1.0.0)
|
||||||
rubocop-performance (1.8.1)
|
rubocop-performance (1.8.1)
|
||||||
rubocop (>= 0.87.0)
|
rubocop (>= 0.87.0)
|
||||||
rubocop-ast (>= 0.4.0)
|
rubocop-ast (>= 0.4.0)
|
||||||
@ -129,6 +130,7 @@ GEM
|
|||||||
sorbet (~> 0.5.5)
|
sorbet (~> 0.5.5)
|
||||||
sorbet-runtime
|
sorbet-runtime
|
||||||
thor (>= 0.19.2)
|
thor (>= 0.19.2)
|
||||||
|
strscan (1.0.3)
|
||||||
tapioca (0.4.6)
|
tapioca (0.4.6)
|
||||||
parlour (>= 2.1.0)
|
parlour (>= 2.1.0)
|
||||||
pry (>= 0.12.2)
|
pry (>= 0.12.2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user