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,