Skip to content

Commit 64d14fd

Browse files
committed
chore: bundle_install doesn't need runfiles
1 parent 6fd3e44 commit 64d14fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ruby/private/bundle_install.bzl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ rb_bundle_install = rule(
143143
doc = "Override Ruby toolchain to use when installing the gem.",
144144
providers = [platform_common.ToolchainInfo],
145145
),
146-
"_runfiles_library": attr.label(
147-
allow_single_file = True,
148-
default = "@bazel_tools//tools/bash/runfiles",
149-
),
150146
"_bundle_install_sh_tpl": attr.label(
151147
allow_single_file = True,
152148
default = "@rules_ruby//ruby/private/bundle_install:bundle_install.sh.tpl",

0 commit comments

Comments
 (0)