Skip to content

Commit 3c7a6ac

Browse files
committed
fix: allow .tool-versions in version_file
1 parent 545fee7 commit 3c7a6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/private/download.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ rb_download = repository_rule(
284284
doc = "Ruby version to install.",
285285
),
286286
"version_file": attr.label(
287-
allow_single_file = [".ruby-version"],
287+
allow_single_file = [".ruby-version", ".tool-versions"],
288288
doc = "File to read Ruby version from.",
289289
),
290290
"msys2_packages": attr.string_list(

0 commit comments

Comments
 (0)