Skip to content

Commit 6ae8269

Browse files
authored
chore: Update Ruby compute wrapper dependency on the compute GAPIC
The compute GAPIC 2.1.0 has a new client class that the wrapper now depends on.
1 parent 5dbc2b2 commit 6ae8269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/cloud/compute/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ruby_cloud_gapic_library(
2121
srcs = ["//google/cloud/compute/v1:compute_proto_with_info"],
2222
extra_protoc_parameters = [
2323
"ruby-cloud-gem-name=google-cloud-compute",
24-
"ruby-cloud-wrapper-of=v1:2.0",
24+
"ruby-cloud-wrapper-of=v1:2.1",
2525
"ruby-cloud-product-url=https://cloud.google.com/compute/",
2626
"ruby-cloud-api-id=compute.googleapis.com",
2727
"ruby-cloud-api-shortname=compute",

0 commit comments

Comments
 (0)