Closed flavorjones closed 3 years ago
I'd like to ship a Nokogiri release candidate with Ruby 3.0 support, and these are the changes that were necessary to do that:
rvm install
Additionally this patch set adds:
build:mri
DOCKERHUB_USER
I'm not at all saying this should be merged! But I wanted a public record of what I did in case that makes it easier to add Ruby 3.0 "final" support.
I'd like to ship a Nokogiri release candidate with Ruby 3.0 support, and these are the changes that were necessary to do that:
rvm install
ruby 2.7.0 in order to build ruby 3.0.0-preview1 (because 2.5.7 results in ruby2_keywords errors)Additionally this patch set adds:
build:mri
multitaskDOCKERHUB_USER
env varI'm not at all saying this should be merged! But I wanted a public record of what I did in case that makes it easier to add Ruby 3.0 "final" support.