Skip to content

Commit 39e6bd2

Browse files
Google APIscopybara-github
authored andcommitted
chore: update gapic-generator-ruby to 0.9.2
Committer: @ViroST PiperOrigin-RevId: 387374365
1 parent baba739 commit 39e6bd2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,15 +354,15 @@ gapic_generator_csharp_repositories()
354354
# Ruby
355355
##############################################################################
356356

357-
_gapic_generator_ruby_version = "a4cec20ce42d20347b2c12bef9511c9fa3acbdeb"
357+
_gapic_generator_ruby_version = "v0.9.2"
358358

359-
_gapic_generator_ruby_sha256 = "defab1c5197e2ee08d73527da4c25006757255e6b48210cd4ddc9d798b893e9d"
359+
_gapic_generator_ruby_sha256 = "d4295868bf097a78ac4c2f3afcb7dad540d00a9acb782508ff252be228944809"
360360

361361
http_archive(
362362
name = "gapic_generator_ruby",
363363
sha256 = _gapic_generator_ruby_sha256,
364-
strip_prefix = "gapic-generator-ruby-%s" % _gapic_generator_ruby_version,
365-
urls = ["https://github.com/googleapis/gapic-generator-ruby/archive/%s.tar.gz" % _gapic_generator_ruby_version],
364+
strip_prefix = "gapic-generator-ruby-gapic-generator-%s" % _gapic_generator_ruby_version,
365+
urls = ["https://github.com/googleapis/gapic-generator-ruby/archive/refs/tags/gapic-generator/%s.tar.gz" % _gapic_generator_ruby_version],
366366
)
367367

368368
load("@gapic_generator_ruby//rules_ruby_gapic:repositories.bzl", "gapic_generator_ruby_repositories")

0 commit comments

Comments
 (0)