projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Replace openstreetmap-cgimap-bin with openstreetmap-cgimap
[chef.git]
/
cookbooks
/
ruby
/
attributes
/
default.rb
1
default[:ruby][:version] = if platform?("debian")
2
"3.1"
3
elsif node[:lsb][:release].to_f < 22.04
4
"2.7"
5
else
6
"3.0"
7
end
8
default[:ruby][:gem] = "/usr/bin/gem#{node[:ruby][:version]}"
9
default[:ruby][:bundle] = "/usr/bin/bundle#{node[:ruby][:version]}"