X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/99e00a34031960fa05d332ce803fd095dc9dfcd9..47b636ac08ba7e76eecfbc77a399582d0f89dcb6:/cookbooks/ruby/attributes/default.rb diff --git a/cookbooks/ruby/attributes/default.rb b/cookbooks/ruby/attributes/default.rb index 39e975e06..4ed2a3bb7 100644 --- a/cookbooks/ruby/attributes/default.rb +++ b/cookbooks/ruby/attributes/default.rb @@ -1,6 +1,7 @@ -default[:ruby][:version] = if node[:lsb][:release].to_f < 20.04 - "2.5" - else +default[:ruby][:version] = if node[:lsb][:release].to_f < 22.04 "2.7" + else + "3.0" end +default[:ruby][:gem] = "/usr/bin/gem#{node[:ruby][:version]}" default[:ruby][:bundle] = "/usr/bin/bundle#{node[:ruby][:version]}"