From bf3ee9307c4bcc438cd75506bb58751fd699d55d Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 24 Apr 2024 06:29:32 -0700 Subject: [PATCH] chore(ruby): Add shopping type dependency to google-shopping-merchant gems PiperOrigin-RevId: 627709155 --- google/shopping/merchant/lfp/v1beta/BUILD.bazel | 1 + google/shopping/merchant/notifications/v1beta/BUILD.bazel | 1 + 2 files changed, 2 insertions(+) diff --git a/google/shopping/merchant/lfp/v1beta/BUILD.bazel b/google/shopping/merchant/lfp/v1beta/BUILD.bazel index ce65e8b072645..bc7ac7080035f 100644 --- a/google/shopping/merchant/lfp/v1beta/BUILD.bazel +++ b/google/shopping/merchant/lfp/v1beta/BUILD.bazel @@ -316,6 +316,7 @@ ruby_cloud_gapic_library( srcs = [":lfp_proto_with_info"], extra_protoc_parameters = [ "ruby-cloud-gem-name=google-shopping-merchant-lfp-v1beta", + "ruby-cloud-extra-dependencies=google-shopping-type=>0.0+<2.a", ], grpc_service_config = "lfp_grpc_service_config.json", rest_numeric_enums = True, diff --git a/google/shopping/merchant/notifications/v1beta/BUILD.bazel b/google/shopping/merchant/notifications/v1beta/BUILD.bazel index 9524d7a3a430d..ba5498d6cbb9d 100644 --- a/google/shopping/merchant/notifications/v1beta/BUILD.bazel +++ b/google/shopping/merchant/notifications/v1beta/BUILD.bazel @@ -308,6 +308,7 @@ ruby_cloud_gapic_library( srcs = [":notifications_proto_with_info"], extra_protoc_parameters = [ "ruby-cloud-gem-name=google-shopping-merchant-notifications-v1beta", + "ruby-cloud-extra-dependencies=google-shopping-type=>0.0+<2.a", ], grpc_service_config = "notifications_grpc_service_config.json", rest_numeric_enums = True,