- Ruby version 2.7.6
- Install rvm, if not present, from here
- Install ruby v.2.7.6:
$ rvm install ruby 2.7.6 - The .ruby-gemset file in the directory will automatically create a gemset
- Install bundle:
gem install bundle - Install required gems by running the command:
$ bundle