File tree Expand file tree Collapse file tree 20 files changed +20
-20
lines changed
Expand file tree Collapse file tree 20 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ RUN set -eux; \
124124# install things globally, for great justice
125125# and don't create ".bundle" in all our apps
126126ENV GEM_HOME /usr/local/bundle
127- ENV BUNDLE_PATH__SYSTEM=true \
127+ ENV BUNDLE_PATH= "$GEM_HOME" \
128128 BUNDLE_SILENCE_ROOT_WARNING=1 \
129129 BUNDLE_APP_CONFIG="$GEM_HOME"
130130# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ RUN set -eux; \
124124# install things globally, for great justice
125125# and don't create ".bundle" in all our apps
126126ENV GEM_HOME /usr/local/bundle
127- ENV BUNDLE_PATH__SYSTEM=true \
127+ ENV BUNDLE_PATH= "$GEM_HOME" \
128128 BUNDLE_SILENCE_ROOT_WARNING=1 \
129129 BUNDLE_APP_CONFIG="$GEM_HOME"
130130# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -eux; \
8383# install things globally, for great justice
8484# and don't create ".bundle" in all our apps
8585ENV GEM_HOME /usr/local/bundle
86- ENV BUNDLE_PATH__SYSTEM=true \
86+ ENV BUNDLE_PATH= "$GEM_HOME" \
8787 BUNDLE_SILENCE_ROOT_WARNING=1 \
8888 BUNDLE_APP_CONFIG="$GEM_HOME"
8989# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ RUN set -eux; \
109109# install things globally, for great justice
110110# and don't create ".bundle" in all our apps
111111ENV GEM_HOME /usr/local/bundle
112- ENV BUNDLE_PATH__SYSTEM=true \
112+ ENV BUNDLE_PATH= "$GEM_HOME" \
113113 BUNDLE_SILENCE_ROOT_WARNING=1 \
114114 BUNDLE_APP_CONFIG="$GEM_HOME"
115115# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -eux; \
8383# install things globally, for great justice
8484# and don't create ".bundle" in all our apps
8585ENV GEM_HOME /usr/local/bundle
86- ENV BUNDLE_PATH__SYSTEM=true \
86+ ENV BUNDLE_PATH= "$GEM_HOME" \
8787 BUNDLE_SILENCE_ROOT_WARNING=1 \
8888 BUNDLE_APP_CONFIG="$GEM_HOME"
8989# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN set -eux; \
108108# install things globally, for great justice
109109# and don't create ".bundle" in all our apps
110110ENV GEM_HOME /usr/local/bundle
111- ENV BUNDLE_PATH__SYSTEM=true \
111+ ENV BUNDLE_PATH= "$GEM_HOME" \
112112 BUNDLE_SILENCE_ROOT_WARNING=1 \
113113 BUNDLE_APP_CONFIG="$GEM_HOME"
114114# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ RUN set -eux; \
124124# install things globally, for great justice
125125# and don't create ".bundle" in all our apps
126126ENV GEM_HOME /usr/local/bundle
127- ENV BUNDLE_PATH__SYSTEM=true \
127+ ENV BUNDLE_PATH= "$GEM_HOME" \
128128 BUNDLE_SILENCE_ROOT_WARNING=1 \
129129 BUNDLE_APP_CONFIG="$GEM_HOME"
130130# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ RUN set -eux; \
124124# install things globally, for great justice
125125# and don't create ".bundle" in all our apps
126126ENV GEM_HOME /usr/local/bundle
127- ENV BUNDLE_PATH__SYSTEM=true \
127+ ENV BUNDLE_PATH= "$GEM_HOME" \
128128 BUNDLE_SILENCE_ROOT_WARNING=1 \
129129 BUNDLE_APP_CONFIG="$GEM_HOME"
130130# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN set -eux; \
8383# install things globally, for great justice
8484# and don't create ".bundle" in all our apps
8585ENV GEM_HOME /usr/local/bundle
86- ENV BUNDLE_PATH__SYSTEM=true \
86+ ENV BUNDLE_PATH= "$GEM_HOME" \
8787 BUNDLE_SILENCE_ROOT_WARNING=1 \
8888 BUNDLE_APP_CONFIG="$GEM_HOME"
8989# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ RUN set -eux; \
108108# install things globally, for great justice
109109# and don't create ".bundle" in all our apps
110110ENV GEM_HOME /usr/local/bundle
111- ENV BUNDLE_PATH__SYSTEM=true \
111+ ENV BUNDLE_PATH= "$GEM_HOME" \
112112 BUNDLE_SILENCE_ROOT_WARNING=1 \
113113 BUNDLE_APP_CONFIG="$GEM_HOME"
114114# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
You can’t perform that action at this time.
0 commit comments