Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use ruby 2.7.1 on MacOS #1612

Closed
tdeo opened this issue Sep 23, 2020 · 4 comments · Fixed by #1614
Closed

Can't use ruby 2.7.1 on MacOS #1612

tdeo opened this issue Sep 23, 2020 · 4 comments · Fixed by #1614

Comments

@tdeo
Copy link
Contributor

tdeo commented Sep 23, 2020

Hi,

Bumping my ruby hooks to version 2.7.1 worked fine for me on Ubuntu but doesn't work for my colleagues using MacOS, is there something to do about bumping rbenv archives ?

Thanks

@asottile
Copy link
Member

"doesn't work" isn't a bug report, show me commands, outputs, configuration, etc.

@tdeo
Copy link
Contributor Author

tdeo commented Sep 23, 2020

Ping @gterral

@tdeo
Copy link
Contributor Author

tdeo commented Sep 23, 2020

I was actually asking if there is a "process" for the introduction of new ruby versions since there are bundled ruby-build, ruby-download and rbenv tar archives versioned in this repo : https://github.com/pre-commit/pre-commit/tree/master/pre_commit/resources

@asottile
Copy link
Member

for prebuilts it's usually just automatic as rvm.io adds them, for building-from-source the rbenv archive is updated using the scripts

note also that there's a third option now, language_version: system (the default if both ruby and gem exist) which'll reuse the system gem / ruby binaries but install in an isolated environment

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

Successfully merging a pull request may close this issue.

2 participants