File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
323323http_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
330330load ("//rb:ruby_version.bzl" , "RUBY_VERSION" )
You can’t perform that action at this time.
0 commit comments