- Install asdf
- Install the asdf Ruby plugin
asdf plugin add ruby https://github.com/asdf-vm/asdf-ruby.git # Visit that repository to see installation prerequisites
- Run
asdf install
to install the version of Ruby specified in the .ruby-version file - Run
bundle install
to install the Ruby dependencies
bundle exec rspec
bundle exec rubocop
bundle exec rubocop -a