Skip to content

Instantly share code, notes, and snippets.

@DonzTea
Last active October 8, 2023 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DonzTea/205bf5118b00935539ac047ac03f088d to your computer and use it in GitHub Desktop.
Save DonzTea/205bf5118b00935539ac047ac03f088d to your computer and use it in GitHub Desktop.
Install Ruby as Cocoapods compatible for Mac with Apple chip (React Native / Flutter dependency)
brew install rbenv ruby-build
rbenv install 2.7.6 && rbenv global 2.7.6
echo 'eval "$(rbenv init -)"' >> ~/.zshrc
source ~/.zshrc
rm -rf /usr/local/bin/bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment