File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ python_register_multi_toolchains(
53
53
"3.8" ,
54
54
"3.9" ,
55
55
"3.10" ,
56
- "3.11"
56
+ "3.11" ,
57
57
],
58
58
)
59
59
@@ -73,7 +73,7 @@ multi_pip_parse(
73
73
"3.8" : interpreter_3_8 ,
74
74
},
75
75
requirements_lock = {
76
- "3.11" :"//py:requirements_lock.txt" ,
76
+ "3.11" : "//py:requirements_lock.txt" ,
77
77
"3.10" : "//py:requirements_lock.txt" ,
78
78
"3.9" : "//py:requirements_lock.txt" ,
79
79
"3.8" : "//py:requirements_lock.txt" ,
@@ -322,9 +322,9 @@ pin_browsers()
322
322
323
323
http_archive (
324
324
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" ,
328
328
)
329
329
330
330
load ("//rb:ruby_version.bzl" , "RUBY_VERSION" )
You can’t perform that action at this time.
0 commit comments