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:
Mike McQuaid 2019-01-17 13:25:46 +00:00 committed by GitHub
commit da22194195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ class Requirement
attr_reader :tags, :name, :cask, :download
def initialize(tags = [])
@cask ||= self.class.cask
@download ||= self.class.download
@cask = self.class.cask
@download = self.class.download
tags.each do |tag|
next unless tag.is_a? Hash

View File

@ -46,7 +46,7 @@ GEM
rspec-support (3.8.0)
rspec-wait (0.0.9)
rspec (>= 3, < 4)
rubocop (0.61.1)
rubocop (0.63.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)