Skip to content

Commit c6e2f04

Browse files
committedMay 5, 2021
Update Bazel Ruby rules to fix SDK problems on Linux Fedora
1 parent 5a4ce48 commit c6e2f04

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
@@ -256,9 +256,9 @@ pin_browsers()
256256

257257
http_archive(
258258
name = "coinbase_rules_ruby",
259-
sha256 = "1023905d384a9c2822f33099127d55d151f3f1bd54b9fc8404a7c9cc80f8dba0",
260-
strip_prefix = "rules_ruby-41f5dab4d7c4d0cb96a3b4b8e188861096a36be8",
261-
url = "https://github.com/p0deje/rules_ruby/archive/41f5dab4d7c4d0cb96a3b4b8e188861096a36be8.tar.gz",
259+
sha256 = "eebf4d99319753430866c4b25c574ca8792b09bd071e757a029b225d399ee10a",
260+
strip_prefix = "rules_ruby-03150fc10f17487dd78b267d77349a29243fbf55",
261+
url = "https://github.com/p0deje/rules_ruby/archive/03150fc10f17487dd78b267d77349a29243fbf55.tar.gz",
262262
)
263263

264264
load(

0 commit comments

Comments
 (0)