We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eaa78f commit 3afca14Copy full SHA for 3afca14
1 file changed
MODULE.bazel
@@ -6,7 +6,7 @@ bazel_dep(name = "rules_cc", version = "0.2.17")
6
bazel_dep(name = "cucumber-cpp", version = "0.8.0.bcr.1")
7
8
bazel_dep(name = "rules_gherkin", version = "0.2.0")
9
-bazel_dep(name = "rules_ruby", version = "0.22.1")
+bazel_dep(name = "rules_ruby", version = "0.23.0")
10
11
# Hermetic Ruby Toolchain Configuration
12
ruby = use_extension("@rules_ruby//ruby:extensions.bzl", "ruby")
0 commit comments