a simple version manager for Ruby, with a plugin system to modify its behaviour.
I'm building a vagrant setup, and part of that is installing rbenv. I'm using librarian-chef to manage all my chef …
ruby rubygems chef-infra vagrant rbenvTL;DR Don't bother with gemsets; multiple versions of a gem may be installed concurrently. When necessary, specify which version …
ruby-on-rails ruby rubygems bundler rbenvI'm trying to get ruby 2.1.4 installed via rbenv for a client project. Though previously I've been able to install ruby …
ruby-on-rails ruby macos rbenvI just installed Ruby 2.0.0 using rbenv and set it to the global ruby version for my system. Since 2.0 is compatible …
ruby rbenvWhen I run a deploy script, I'm having errors: [cb123fad] rbenv: version `2.2.3' is not installed (set by RBENV_…
ruby deployment rbenv capistrano3 ruby-on-rails-4.2First off, sorry for my bad English. I'm trying to install Ruby 2.3.0 on my system with rbenv via Windows Subsystem …
ruby windows rbenv windows-subsystem-for-linuxI'm trying to install gems to my new Ruby project using bundle install. I've set the version of Ruby using …
ruby bundler rbenv