File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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 @@ -79,7 +79,7 @@ RUN set -eux; \
7979# install things globally, for great justice
8080# and don't create ".bundle" in all our apps
8181ENV GEM_HOME /usr/local/bundle
82- ENV BUNDLE_PATH__SYSTEM=true \
82+ ENV BUNDLE_PATH= "$GEM_HOME" \
8383 BUNDLE_SILENCE_ROOT_WARNING=1 \
8484 BUNDLE_APP_CONFIG="$GEM_HOME"
8585# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ RUN set -eux; \
105105# install things globally, for great justice
106106# and don't create ".bundle" in all our apps
107107ENV GEM_HOME /usr/local/bundle
108- ENV BUNDLE_PATH__SYSTEM=true \
108+ ENV BUNDLE_PATH= "$GEM_HOME" \
109109 BUNDLE_SILENCE_ROOT_WARNING=1 \
110110 BUNDLE_APP_CONFIG="$GEM_HOME"
111111# path recommendation: https://github.com/bundler/bundler/pull/6469#issuecomment-383235438
You can’t perform that action at this time.
0 commit comments