Warning, /drich-dev/doc/ruby.md is written in an unsupported language. File is not indexed.
0001 # Installing Ruby and Gems
0002
0003 First, install Ruby using `rbenv`, by calling the following script:
0004 ```
0005 scripts/install_ruby.sh
0006 ```
0007 - this will build and install Ruby in `.rbenv/`, using `rbenv` and `ruby-build`
0008 - you will need to re-run `source environ.sh` afterward
0009
0010 Then install gems by running
0011 ```
0012 bundle install
0013 ```
0014 If all went well, you can now run the `*.rb` executables