We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5713c6c commit 27102fcCopy full SHA for 27102fc
1 file changed
rules_ruby_gapic/gapic-generator/repositories.bzl
@@ -32,7 +32,7 @@ def gapic_generator_repositories():
32
"@gapic_generator_ruby//rules_ruby_gapic:prebuilt/ruby-3.4.3_glinux_x86_64.tar.gz",
33
],
34
gemfile_lock = "@gapic_generator_ruby//:gapic-generator/Gemfile.lock",
35
- gems_to_install = {"rake": "13.2.1"},
+ gems_to_install = {},
36
)
37
38
# Create the bundled installation
0 commit comments