Skip to content

Commit

Permalink
fix: add dependency on google-apps-card-v1 common types for Ruby
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617305231
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 19, 2024
1 parent 522cff7 commit 12121ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion google/chat/v1/BUILD.bazel
Expand Up @@ -318,7 +318,10 @@ ruby_grpc_library(
ruby_cloud_gapic_library(
name = "chat_ruby_gapic",
srcs = [":chat_proto_with_info"],
extra_protoc_parameters = ["ruby-cloud-gem-name=google-apps-chat-v1"],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-apps-chat-v1",
"ruby-cloud-extra-dependencies=google-apps-card-v1=>0.0+<2.a",
],
grpc_service_config = "chat_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = "chat_v1.yaml",
Expand Down

0 comments on commit 12121ee

Please sign in to comment.