Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Supporting Ruby 2.6.6 and other security releases #64

Open
kevinrobinson opened this issue Apr 3, 2020 · 1 comment
Open

Supporting Ruby 2.6.6 and other security releases #64

kevinrobinson opened this issue Apr 3, 2020 · 1 comment

Comments

@kevinrobinson
Copy link

Ruby 2.6.6 was a security release, and came out on 3/31/20 (https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/). It's not yet available in setup-ruby so things like CI jobs can't run Ruby 2.6.6 yet and will output: ##[error]Version 2.6.6 not found. It looks like this kind of lag has been raised as an issue for previous Ruby releases (eg, #8) but I don't see anything on the releases this week.

It seems like one alternative is to swap the job to run in a Ruby container instead of on the runner. Another alternative is to use https://github.com/ruby/setup-ruby, which worked for me as a drop-in replacement and includes 2.6.6.

Thanks!

@nadnoslen
Copy link

Thanks @kevinrobinson! I have temporarily switched over to ruby/setup-ruby as a result of your post and everything is happy. Thanks for raising this issue for the rest of us. Cheers 🍻

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants