bazelruby / rules_ruby

Formerly canonical rules for ruby, that are about 2-3 years behind current Bazel. If they work for you great, but if not — please try the new rules ruby by Alex Radionov: https://github.com/bazel-contrib/rules_ruby
Apache License 2.0
99 stars 37 forks source link

Add support for bzlmod #150

Open Vertexwahn opened 1 year ago

Vertexwahn commented 1 year ago

Add support for bzlmod:

alexeagle commented 10 months ago

I have bumped into this need as well due to the dependency from protobuf -> rules_ruby, and we need the former on the central registry. However, for some reason the protocolbuffers org has forked the rules: https://github.com/protocolbuffers/protobuf/issues/14569 @kigster do you have any history of why they did that? It will be terrible for users if multiple forks of rules_ruby end up on BCR so I think we need some effort to converge them again.

alexeagle commented 10 months ago

https://github.com/p0deje/rules_ruby is another fork from @shs96c Selenium team

alexeagle commented 10 months ago

Filed https://github.com/bazelbuild/bazel-central-registry/issues/1083