Merge pull request #13304 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-2.11.1
build(deps): bump rubocop-rspec from 2.11.0 to 2.11.1 in /Library/Homebrew
This commit is contained in:
		
						commit
						54b45c2c8b
					
				@ -141,7 +141,7 @@ GEM
 | 
			
		||||
      activesupport (>= 4.2.0)
 | 
			
		||||
      rack (>= 1.1)
 | 
			
		||||
      rubocop (>= 1.7.0, < 2.0)
 | 
			
		||||
    rubocop-rspec (2.11.0)
 | 
			
		||||
    rubocop-rspec (2.11.1)
 | 
			
		||||
      rubocop (~> 1.19)
 | 
			
		||||
    rubocop-sorbet (0.6.8)
 | 
			
		||||
      rubocop (>= 0.90.0)
 | 
			
		||||
 | 
			
		||||
@ -87,7 +87,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/unicode-display_width
 | 
			
		||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-1.27.0/lib"
 | 
			
		||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-performance-1.13.3/lib"
 | 
			
		||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rails-2.14.2/lib"
 | 
			
		||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.11.0/lib"
 | 
			
		||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-rspec-2.11.1/lib"
 | 
			
		||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/rubocop-sorbet-0.6.8/lib"
 | 
			
		||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/ruby-macho-3.0.0/lib"
 | 
			
		||||
$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-html-0.12.3/lib"
 | 
			
		||||
 | 
			
		||||
@ -47,7 +47,13 @@ module RuboCop
 | 
			
		||||
          (block
 | 
			
		||||
            (send nil? :change)
 | 
			
		||||
            (args)
 | 
			
		||||
            (send $_ $_)
 | 
			
		||||
            (send
 | 
			
		||||
              ${
 | 
			
		||||
                (send nil? _)  # change { user.name }
 | 
			
		||||
                const          # change { User.count }
 | 
			
		||||
              }
 | 
			
		||||
              $_
 | 
			
		||||
            )
 | 
			
		||||
          )
 | 
			
		||||
        PATTERN
 | 
			
		||||
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user