Skip to content

Instantly share code, notes, and snippets.

@fdocr
Last active December 31, 2021 15:41
Show Gist options
  • Save fdocr/8084fce704e1aeecbea7d992fc1a4e61 to your computer and use it in GitHub Desktop.
Save fdocr/8084fce704e1aeecbea7d992fc1a4e61 to your computer and use it in GitHub Desktop.
Ruby Gem/RVM hacks
# 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