pre-installed ruby it’s quite unusable to use modern ruby tools, during time I struggled to have a proper setup for it. Since I found myself installing on new machines and everytime I have to remember wich way it worked better I’m writing this as a refernce primarly for me, but I am sure it could be helpful for others too. macOS Fastlane Brew If you develop on a mac and you haven’t already installed you are . brew mad /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" rbenv We’ll need a ruby version manager to remain I found to be the less evil: sane rbenv brew install rbenv ruby-build Add this to your or whatever your poison is to load bash or zsh or ???: .bashrc if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi ruby Install a newer ruby with rbenv: rbenv install 2.4.1rbenv global 2.4.1 Fastlane Finally we can install whith the new shiny ruby environment we have: Fastlane gem install fastlane this way you can install also , for example, and remain sane. cocoapods is how hackers start their afternoons. We’re a part of the family. We are now and happy to opportunities. Hacker Noon @AMI accepting submissions discuss advertising & sponsorship To learn more, , , or simply, read our about page like/message us on Facebook tweet/DM @HackerNoon. If you enjoyed this story, we recommend reading our and . Until next time, don’t take the realities of the world for granted! latest tech stories trending tech stories