This repository holds nothing fancy, it's just some fun and experimentation with Ruby.
This repository uses rbenv
-- set this up first. You can find additional information here.
It also uses Ruby bundler to specify dependencies. If you don't have bundler
, run gem install bundler
in the appropriate directory with the right .ruby-version
. Subsquently, run bundle install
to install dependencies.