File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
36
36
RUN gem install bundler --version "$BUNDLER_VERSION" \
37
37
&& bundle config --global path "$GEM_HOME" \
38
38
&& bundle config --global bin "$GEM_HOME/bin" \
39
- && bundle config --global silence_root_warning true
39
+ && bundle config --global silence_root_warning true
40
40
41
41
# don't create ".bundle" in all our apps
42
42
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
64
64
RUN gem install bundler --version "$BUNDLER_VERSION" \
65
65
&& bundle config --global path "$GEM_HOME" \
66
66
&& bundle config --global bin "$GEM_HOME/bin" \
67
- && bundle config --global silence_root_warning true
67
+ && bundle config --global silence_root_warning true
68
68
69
69
# don't create ".bundle" in all our apps
70
70
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
36
36
RUN gem install bundler --version "$BUNDLER_VERSION" \
37
37
&& bundle config --global path "$GEM_HOME" \
38
38
&& bundle config --global bin "$GEM_HOME/bin" \
39
- && bundle config --global silence_root_warning true
39
+ && bundle config --global silence_root_warning true
40
40
41
41
# don't create ".bundle" in all our apps
42
42
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
64
64
RUN gem install bundler --version "$BUNDLER_VERSION" \
65
65
&& bundle config --global path "$GEM_HOME" \
66
66
&& bundle config --global bin "$GEM_HOME/bin" \
67
- && bundle config --global silence_root_warning true
67
+ && bundle config --global silence_root_warning true
68
68
69
69
# don't create ".bundle" in all our apps
70
70
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
36
36
RUN gem install bundler --version "$BUNDLER_VERSION" \
37
37
&& bundle config --global path "$GEM_HOME" \
38
38
&& bundle config --global bin "$GEM_HOME/bin" \
39
- && bundle config --global silence_root_warning true
39
+ && bundle config --global silence_root_warning true
40
40
41
41
# don't create ".bundle" in all our apps
42
42
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
64
64
RUN gem install bundler --version "$BUNDLER_VERSION" \
65
65
&& bundle config --global path "$GEM_HOME" \
66
66
&& bundle config --global bin "$GEM_HOME/bin" \
67
- && bundle config --global silence_root_warning true
67
+ && bundle config --global silence_root_warning true
68
68
69
69
# don't create ".bundle" in all our apps
70
70
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
36
36
RUN gem install bundler --version "$BUNDLER_VERSION" \
37
37
&& bundle config --global path "$GEM_HOME" \
38
38
&& bundle config --global bin "$GEM_HOME/bin" \
39
- && bundle config --global silence_root_warning true
39
+ && bundle config --global silence_root_warning true
40
40
41
41
# don't create ".bundle" in all our apps
42
42
ENV BUNDLE_APP_CONFIG $GEM_HOME
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
64
64
RUN gem install bundler --version "$BUNDLER_VERSION" \
65
65
&& bundle config --global path "$GEM_HOME" \
66
66
&& bundle config --global bin "$GEM_HOME/bin" \
67
- && bundle config --global silence_root_warning true
67
+ && bundle config --global silence_root_warning true
68
68
69
69
# don't create ".bundle" in all our apps
70
70
ENV BUNDLE_APP_CONFIG $GEM_HOME
You can’t perform that action at this time.
0 commit comments