gcc
g++
make
- ruby
- ruby-dev
+ ruby2.7
+ ruby2.7-dev
libssl-dev
zlib1g-dev
pkg-config
]
gem_package "bundler" do
- version "1.17.3"
+ package_name "bundler"
+ version "~> 2.2.22"
+ gem_binary "gem2.7"
+ options "--format-executable"
end
git "/srv/operations.osmfoundation.org" do
execute "/srv/operations.osmfoundation.org/Gemfile" do
action :nothing
- command "bundle install --deployment"
+ command "bundle2.7 install --deployment"
cwd "/srv/operations.osmfoundation.org"
user "root"
group "root"
end
execute "/srv/operations.osmfoundation.org" do
- action :nothing
- command "bundle exec jekyll build --trace"
+ command "bundle2.7 exec jekyll build --trace"
cwd "/srv/operations.osmfoundation.org"
user "nobody"
group "nogroup"