]> git.openstreetmap.org Git - chef.git/blob - cookbooks/ruby/attributes/default.rb
444d260b8d636e637368ac68725a3d89b822936b
[chef.git] / cookbooks / ruby / attributes / default.rb
1 default[:ruby][:version] = "3.4"
2 default[:ruby][:interpreter] = "/usr/lib/fullstaq-ruby/versions/#{node[:ruby][:version]}-jemalloc/bin/ruby"
3 default[:ruby][:gem] = "/usr/lib/fullstaq-ruby/versions/#{node[:ruby][:version]}-jemalloc/bin/gem"
4 default[:ruby][:bundle] = "/usr/lib/fullstaq-ruby/versions/#{node[:ruby][:version]}-jemalloc/bin/bundle"