Merge pull request #5543 from Homebrew/dependabot/bundler/Library/Homebrew/test/rubocop-0.63.0
Bump rubocop from 0.61.1 to 0.63.0 in /Library/Homebrew/test
This commit is contained in:
commit
da22194195
@ -12,8 +12,8 @@ class Requirement
|
|||||||
attr_reader :tags, :name, :cask, :download
|
attr_reader :tags, :name, :cask, :download
|
||||||
|
|
||||||
def initialize(tags = [])
|
def initialize(tags = [])
|
||||||
@cask ||= self.class.cask
|
@cask = self.class.cask
|
||||||
@download ||= self.class.download
|
@download = self.class.download
|
||||||
tags.each do |tag|
|
tags.each do |tag|
|
||||||
next unless tag.is_a? Hash
|
next unless tag.is_a? Hash
|
||||||
|
|
||||||
|
|||||||
@ -46,7 +46,7 @@ GEM
|
|||||||
rspec-support (3.8.0)
|
rspec-support (3.8.0)
|
||||||
rspec-wait (0.0.9)
|
rspec-wait (0.0.9)
|
||||||
rspec (>= 3, < 4)
|
rspec (>= 3, < 4)
|
||||||
rubocop (0.61.1)
|
rubocop (0.63.0)
|
||||||
jaro_winkler (~> 1.5.1)
|
jaro_winkler (~> 1.5.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.5, != 2.5.1.1)
|
parser (>= 2.5, != 2.5.1.1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user