We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4136c commit fe9f6d2Copy full SHA for fe9f6d2
bin/run
@@ -93,16 +93,14 @@ function main() {
93
local phase
94
phase="$(basename "${0}")"
95
96
- if [[ "${CF_STACK:-}" != "cflinuxfs3" ]]; then
97
- if ! which ruby > /dev/null; then
98
- mkdir -p "${RUBY_DIR}"
99
-
100
- util::install
101
- fi
+ if ! which ruby > /dev/null; then
+ mkdir -p "${RUBY_DIR}"
102
+ util::install
103
util::environment::setup
104
fi
105
+
106
exec "${BUILDPACK_DIR}/bin/ruby-run" "${phase}" "${@-}"
107
}
108
0 commit comments