Deploy new akkounts

Requires a newer version of Ruby.
This commit is contained in:
2022-02-19 11:52:48 -06:00
parent 74083256f4
commit e9c5286b24
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ npm_package "yarn" do
version "1.22.4"
end
ruby_version = "2.6.6"
ruby_version = "2.7.5"
bundle_path = "/opt/ruby_build/builds/#{ruby_version}/bin/bundle"
rails_env = node.chef_environment == "development" ? "development" : "production"