As iOS engineer I'm always using fastlane to automate apps' deployment workflow and some kind of daily tasks which I'm able to automate writing script on ruby for that. But I can't use a system version of Ruby pre-installed on macOS to install any gems 'cause it's not scale for my needs to have multiple versions of Ruby installed locally. That problem `rbenv is designed to resolve.
What should be done
Write a standalone paragraph in README about what is rbenv, how to set up it. Add links to official repo.
Motivation
As iOS engineer I'm always using
fastlane
to automate apps' deployment workflow and some kind of daily tasks which I'm able to automate writing script on ruby for that. But I can't use a system version of Ruby pre-installed on macOS to install any gems 'cause it's not scale for my needs to have multiple versions of Ruby installed locally. That problem `rbenv is designed to resolve.What should be done
Write a standalone paragraph in README about what is
rbenv
, how to set up it. Add links to official repo.