Skip to content

Commit f549bf4

Browse files
committed
Export bundle_install rule from private dir
1 parent d31ea8e commit f549bf4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ruby/def.bzl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ load(
1414
_test = "ruby_test",
1515
)
1616

17+
load(
18+
"@com_github_yugui_rules_ruby//ruby/private:bundle.bzl",
19+
_bundle_install = "bundle_install",
20+
)
21+
1722
ruby_toolchain = _toolchain
1823
ruby_library = _library
1924
ruby_binary = _binary
2025
ruby_test = _test
26+
bundle_install = _bundle_install

0 commit comments

Comments
 (0)