Last active
December 31, 2021 15:41
-
-
Save fdocr/8084fce704e1aeecbea7d992fc1a4e61 to your computer and use it in GitHub Desktop.
Ruby Gem/RVM hacks
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
# Apple Sillicon | |
rvm gemset empty | |
gem install bundler -v '2.3.4' # Or more recent version | |
bundle config set force_ruby_platform true | |
bin/setup && bin/startup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment