Skip to content

Commit

Permalink
Merge pull request #539 from Shopify/dependabot/bundler/rubocop-shopi…
Browse files Browse the repository at this point in the history
…fy-2.15.1

Bump rubocop-shopify from 2.11.1 to 2.15.1
  • Loading branch information
iandelahorne authored Aug 29, 2024
2 parents 2c1b76d + d4397bc commit b55e505
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/lru_hash_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def create_circuit_breaker(name, exceptions = true, bulkhead = false, error_time
end

def create_bulkhead(name, bulkhead)
return nil unless bulkhead
return unless bulkhead

Semian::Resource.new(name, tickets: 1, quota: nil, permissions: 0660, timeout: 0)
end
Expand Down

0 comments on commit b55e505

Please sign in to comment.