Skip to content

Commit 1ec1b2a

Browse files
committed
[bazel] Update rules_ruby to fix Windows builds
1 parent 7763c5b commit 1ec1b2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,9 +327,9 @@ pin_browsers()
327327

328328
http_archive(
329329
name = "rules_ruby",
330-
sha256 = "34296f8cad46ec10b7eea59f3399feabcfbc33935b7d8bec880ea0ecfadc23b5",
331-
strip_prefix = "rules_ruby-9550503e1c1702375e87837d43eb137030edd28a",
332-
url = "https://github.com/p0deje/rules_ruby/archive/9550503e1c1702375e87837d43eb137030edd28a.zip",
330+
sha256 = "92055f29f94963cd3cf7be1da15503c3306879e2e8545b2b5f9e5bb37d6713d3",
331+
strip_prefix = "rules_ruby-0.2.0",
332+
url = "https://github.com/p0deje/rules_ruby/releases/download/v0.2.0/rules_ruby-v0.2.0.tar.gz",
333333
)
334334

335335
load(

0 commit comments

Comments
 (0)