Kilian Sprotte

Joined

2,240 Experience
22 Lessons Completed
0 Questions Solved

Activity

Posted in Using Vagrant for Rails Development Discussion

unsubscripe

Posted in Using Vagrant for Rails Development Discussion

==> default: [2016-09-20T21:56:22+00:00] ERROR: rbenv_ruby[2.3.1 (vagrant)] (vagrant) (rbenv::user line 45) had an error: Mixlib::ShellOut::ShellCommandFailed: rbenv_script[rbenv download 2.3.1 (vagrant)] (/var/chef/cache/cookbooks/rbenv/providers/ruby.rb line 81) had an error: Mixlib::ShellOut::ShellCommandFailed: script[rbenv download 2.3.1 (vagrant)] (/var/chef/cache/cookbooks/rbenv/providers/script.rb line 38) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
==> default: ---- Begin output of "bash" "/tmp/chef-script20160920-6143-1sxflk7" ----
==> default: STDOUT: Download and extract ruby 2.3.1 from the RVM repository
==> default: STDERR: https://rvm.io/binaries/ubu... cannot be reached
==> default: Cannot find a built version of '2.3.1' compiled for your current system: Ubuntu x86_64 (14.04)
==> default: ---- End output of "bash" "/tmp/chef-script20160920-6143-1sxflk7" ----
==> default: Ran "bash" "/tmp/chef-script20160920-6143-1sxflk7" returned 1
==> default: [2016-09-20T21:56:22+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.

Posted in Using Vagrant for Rails Development Discussion

Unfortunately, I don't know how to tell it to go for compiling. It fails when not being able to download. :(
As I want to use Rails 5, I need this more recent Ruby version.

Posted in Using Vagrant for Rails Development Discussion

How to change the Vagrantfile to install Ruby 2.3.1, which is not downloadable as a binary?