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 sdk versions: 2.5.9, 2.6.8, 2.7.3, 2.7.4, 3.0.2 #113

Closed tsawada closed 2 years ago

tsawada commented 3 years ago

Add SDK versions for the new ruby-build, updated in 6b930112063cb54e0e13d6ab0211ab8e381b0704

tsawada commented 2 years ago

Thanks for your review, @kigster ! Is there anything I need to do to get this merged?

tsawada commented 2 years ago

ping?

kigster commented 2 years ago

Hey, traditionally the latest ruby version in that list is what we use across all test and example projects. That way we can just pull a CI image with 3.0.2 and not have to wait for ruby to build.

I've updated the rest of the codebase to use 3.0.2 in this PR: https://github.com/bazelruby/rules_ruby/pull/114

But it has some issues with docker image somehow. I'll take a look at it shortly however.