Created
April 27, 2021 12:14
-
-
Save tiagogeraldi/b636d66a5d319fcb3743119de6db6883 to your computer and use it in GitHub Desktop.
ASDF and ruby in a M1 cpu MacBook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install asdf | |
RUBY_CFLAGS="-Wno-error=implicit-function-declaration" asdf install ruby 2.6.6 | |
gem install bundler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment