forumone / web-starter

Starting place for developing Drupal, Wordpress and other web applications
http://forumone.github.io/web-starter/
22 stars 11 forks source link

rbenv: version `1.9.3-p484' is not installed #204

Closed mortona42 closed 8 years ago

mortona42 commented 8 years ago

I followed William's email and updated my puppet-forumone to 1.1.42 and reprovisioned. I got this error:

==> default: Installing bundler gems
==> default: rbenv: version `1.9.3-p484' is not installed (set by /vagrant/.ruby-version)
mortona42 commented 8 years ago

The version of ruby I got is: ruby 1.8.7 (2013-06-27 patchlevel 374) [x86_64-linux]

wwhurley commented 8 years ago

With the change to pre-compiled versions of ruby the .ruby-version file needs to be updated as shown in https://github.com/forumone/web-starter/commit/c7fbe9b04d90bfebb6453dd799f36788de8a5358.

mortona42 commented 8 years ago

This is the error I see now:

==> default: Installing bundler gems
==> default: rbenv: bundle: command not found
mortona42 commented 8 years ago

I did a vagrant destroy this time before I provisioned, but still got the error. Should I update all of webstarter instead?