Skip to content

Commit

Permalink
Merge pull request #542 from Shopify/dependabot/bundler/rubocop-1.65.1
Browse files Browse the repository at this point in the history
Bump rubocop from 1.62.1 to 1.65.1
  • Loading branch information
iandelahorne authored Aug 29, 2024
2 parents b55e505 + 663c946 commit 5f4bed8
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/adapters/grpc/echo_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class EchoStubReturnOp < EchoStub
# https://github.com/grpc/grpc/blob/v1.46.3/src/ruby/lib/grpc/generic/service.rb#L157-L159
def initialize(host, creds, **kw)
@default_metadata = { return_op: true }
super(host, creds, **kw)
super
end

# https://github.com/grpc/grpc/blob/v1.46.3/src/ruby/lib/grpc/generic/service.rb#L168-L188
Expand Down

0 comments on commit 5f4bed8

Please sign in to comment.