Update rules_ruby (#4891)

Just to stay up to date.
This commit is contained in:
JP Simard 2023-04-14 10:11:50 -04:00 committed by GitHub
parent 1b0f37c6f6
commit 62b2914271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
git_repository(
name = "bazelruby_rules_ruby",
commit = "c93a6814b6193572c7c8b677b560314f52b31962",
commit = "cc2f5ce961f7fa34557264dd05c7597e634f31e1",
remote = "https://github.com/bazelruby/rules_ruby.git",
shallow_since = "1651264604 -0700",
shallow_since = "1679251731 -0700",
)
load(