Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Remove warning about setup-ruby and continue to maintain #8

Open
AlexWayfer opened this issue Nov 19, 2022 · 0 comments
Open

Remove warning about setup-ruby and continue to maintain #8

AlexWayfer opened this issue Nov 19, 2022 · 0 comments

Comments

@AlexWayfer
Copy link

I see the warning:

DO NOT USE THIS ACTION

ruby/setup-ruby provides everything that this action has provided.

But it's not true.

With rbenv I can switch versions on-the-flight, for example gem generator supports only Ruby >= 3, but the gem template supports >= 2.6.

So, how can I do this with ruby/setup-ruby? Nohow, I think.

But with matrix like 2.6, 2.7, ... I can use the base Ruby versions for the template testing, and rbenv install 3.0 && rbenv local 3.0 for generation in pre-steps.

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

1 participant