Skip to content

Commit 46f4f70

Browse files
Google APIscopybara-github
authored andcommitted
chore: update ruby rules to use the correct assembly_pkg rule
Committer: @ViroST PiperOrigin-RevId: 376951653
1 parent 0b26f05 commit 46f4f70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

repository_rules.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def switched_rules_by_language(
318318
)
319319
rules["ruby_gapic_assembly_pkg"] = _switch(
320320
ruby and grpc and gapic,
321-
"@com_google_api_codegen//rules_gapic/ruby:ruby_gapic_pkg.bzl",
321+
"@gapic_generator_ruby//rules_ruby_gapic:ruby_gapic_pkg.bzl",
322322
)
323323

324324
#

0 commit comments

Comments
 (0)