We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd3e44 commit 64d14fdCopy full SHA for 64d14fd
ruby/private/bundle_install.bzl
@@ -143,10 +143,6 @@ rb_bundle_install = rule(
143
doc = "Override Ruby toolchain to use when installing the gem.",
144
providers = [platform_common.ToolchainInfo],
145
),
146
- "_runfiles_library": attr.label(
147
- allow_single_file = True,
148
- default = "@bazel_tools//tools/bash/runfiles",
149
- ),
150
"_bundle_install_sh_tpl": attr.label(
151
allow_single_file = True,
152
default = "@rules_ruby//ruby/private/bundle_install:bundle_install.sh.tpl",
0 commit comments