Chef recipe to install Ruby precompiled and packaged for Ubuntu by Brightbox.
For more info see: https://www.brightbox.com/docs/ruby/ubuntu/.
2.4
, 2.3
, 2.2
, 2.1
, 2.0
, 1.9.3
, and 1.8.7
Berksfile:
cookbook 'ruby_ubuntu', '~> 0.1.0'
metadata.rb
depends 'ruby_ubuntu', '~> 0.1.0'
run list:
recipe[ruby_ubuntu::default]
node['ruby_ubuntu']['version']
ruby version (String, required). See "Available Ruby versions" above for the values accepted by this attribute.
Yes. Using it in production (ubuntu 16.04).