Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix development docs to use correct bin path for ruby gems
Seems like there was a typo in the `PATH` declaration for installed ruby gem binaries. This causes installed gems to be found. This commit fixes it by reusing the `GEM_HOME` var so `PATH` will use `.gems` (not `gems`) as well.
- Loading branch information