— layout: page title: The Ruby Environment date: 2017-12-20 menuInclude: yes menuTopTitle: Jekyll menuSubs: - title: Ruby environment index: 3 tertiary-column: none

excerpt: Ruby and versioning hell

Versioning is a major headache for people doing more than 1 project. It is not called “Versioning Hell” for nothing.

Ruby is no exception. And using Jekyll for website development may in turn cause problems with other Ruby based projects.

We use rbenv to solve this problem.

With rbenv any Ruby based project can run in its own versioning environment. Recommended!