blob: d3e5845f2f47f644984c4f3e8bf0fa88bca8dc57 [file] [log] [blame]
"Define the Bazel module published to the Bazel Central Registry"
module(
name = "rules_ruby",
# NB: this version will be replaced after a release by the Publish to BCR app
version = "0.12.2",
compatibility_level = 1,
)
# Lower-bound dependency versions.
# These should NOT be increased unless needed, as bumping our lower-bound may change
# the versions resolved in users repositories.
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "platforms", version = "0.0.5")
# TODO: should we register any toolchain by default?