Skip to content

Commit 5caafad

Browse files
committed
Bump ruby_rules to support debug mode
1 parent 43318cb commit 5caafad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ python_register_multi_toolchains(
5353
"3.8",
5454
"3.9",
5555
"3.10",
56-
"3.11"
56+
"3.11",
5757
],
5858
)
5959

@@ -73,7 +73,7 @@ multi_pip_parse(
7373
"3.8": interpreter_3_8,
7474
},
7575
requirements_lock = {
76-
"3.11":"//py:requirements_lock.txt",
76+
"3.11": "//py:requirements_lock.txt",
7777
"3.10": "//py:requirements_lock.txt",
7878
"3.9": "//py:requirements_lock.txt",
7979
"3.8": "//py:requirements_lock.txt",
@@ -322,9 +322,9 @@ pin_browsers()
322322

323323
http_archive(
324324
name = "rules_ruby",
325-
sha256 = "28fd318beb3761e0e0f38563aa5344fc13907c373d2f7785ac0a6b948a6a437a",
326-
strip_prefix = "rules_ruby-e1c926f5fc1e7c592b53dfc6772f7f9410b67382",
327-
url = "https://github.com/p0deje/rules_ruby/archive/e1c926f5fc1e7c592b53dfc6772f7f9410b67382.zip",
325+
sha256 = "5228950029d57476a4903db35cd8ce6a4526e30fba08a01af9d7a9b8ebaf63ae",
326+
strip_prefix = "rules_ruby-9e6e07ed5d7e02f8bb1c77ce543072d5548bbd86",
327+
url = "https://github.com/p0deje/rules_ruby/archive/9e6e07ed5d7e02f8bb1c77ce543072d5548bbd86.zip",
328328
)
329329

330330
load("//rb:ruby_version.bzl", "RUBY_VERSION")

0 commit comments

Comments
 (0)