X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/29b058d82947a8ce172388d30b3cef650cf8de1e..82fd28e30e88c6282572f5c7a176470a414ea529:/cookbooks/ruby/attributes/default.rb diff --git a/cookbooks/ruby/attributes/default.rb b/cookbooks/ruby/attributes/default.rb index 33ce58c0f..4ed2a3bb7 100644 --- a/cookbooks/ruby/attributes/default.rb +++ b/cookbooks/ruby/attributes/default.rb @@ -3,4 +3,5 @@ default[:ruby][:version] = if node[:lsb][:release].to_f < 22.04 else "3.0" end +default[:ruby][:gem] = "/usr/bin/gem#{node[:ruby][:version]}" default[:ruby][:bundle] = "/usr/bin/bundle#{node[:ruby][:version]}"