Skip to content

Commit cc90ea7

Browse files
authored
Merge pull request #289 from deivid-rodriguez/revert_bundle_path_system
Revert "Prefer `BUNDLE_PATH__SYSTEM=true`"
2 parents b7e190b + 4e90a92 commit cc90ea7

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

2.4/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
126126
ENV 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

2.4/alpine3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
126126
ENV 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

2.4/buster/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
8585
ENV 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

2.4/buster/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
111111
ENV 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

2.4/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
8585
ENV 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

2.4/stretch/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
110110
ENV 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

2.5/alpine3.10/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
126126
ENV 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

2.5/alpine3.9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
126126
ENV 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

2.5/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
8585
ENV 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

2.5/stretch/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
110110
ENV 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

0 commit comments

Comments
 (0)