Skip to content

Commit 4810c06

Browse files
committed
Whitespace! :)
1 parent 7266262 commit 4810c06

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

2.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
3636
RUN gem install bundler --version "$BUNDLER_VERSION" \
3737
&& bundle config --global path "$GEM_HOME" \
3838
&& bundle config --global bin "$GEM_HOME/bin" \
39-
&& bundle config --global silence_root_warning true
39+
&& bundle config --global silence_root_warning true
4040

4141
# don't create ".bundle" in all our apps
4242
ENV BUNDLE_APP_CONFIG $GEM_HOME

2.0/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
6464
RUN gem install bundler --version "$BUNDLER_VERSION" \
6565
&& bundle config --global path "$GEM_HOME" \
6666
&& bundle config --global bin "$GEM_HOME/bin" \
67-
&& bundle config --global silence_root_warning true
67+
&& bundle config --global silence_root_warning true
6868

6969
# don't create ".bundle" in all our apps
7070
ENV BUNDLE_APP_CONFIG $GEM_HOME

2.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
3636
RUN gem install bundler --version "$BUNDLER_VERSION" \
3737
&& bundle config --global path "$GEM_HOME" \
3838
&& bundle config --global bin "$GEM_HOME/bin" \
39-
&& bundle config --global silence_root_warning true
39+
&& bundle config --global silence_root_warning true
4040

4141
# don't create ".bundle" in all our apps
4242
ENV BUNDLE_APP_CONFIG $GEM_HOME

2.1/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
6464
RUN gem install bundler --version "$BUNDLER_VERSION" \
6565
&& bundle config --global path "$GEM_HOME" \
6666
&& bundle config --global bin "$GEM_HOME/bin" \
67-
&& bundle config --global silence_root_warning true
67+
&& bundle config --global silence_root_warning true
6868

6969
# don't create ".bundle" in all our apps
7070
ENV BUNDLE_APP_CONFIG $GEM_HOME

2.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
3636
RUN gem install bundler --version "$BUNDLER_VERSION" \
3737
&& bundle config --global path "$GEM_HOME" \
3838
&& bundle config --global bin "$GEM_HOME/bin" \
39-
&& bundle config --global silence_root_warning true
39+
&& bundle config --global silence_root_warning true
4040

4141
# don't create ".bundle" in all our apps
4242
ENV BUNDLE_APP_CONFIG $GEM_HOME

2.2/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
6464
RUN gem install bundler --version "$BUNDLER_VERSION" \
6565
&& bundle config --global path "$GEM_HOME" \
6666
&& bundle config --global bin "$GEM_HOME/bin" \
67-
&& bundle config --global silence_root_warning true
67+
&& bundle config --global silence_root_warning true
6868

6969
# don't create ".bundle" in all our apps
7070
ENV BUNDLE_APP_CONFIG $GEM_HOME

2.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV BUNDLER_VERSION 1.11.2
3636
RUN gem install bundler --version "$BUNDLER_VERSION" \
3737
&& bundle config --global path "$GEM_HOME" \
3838
&& bundle config --global bin "$GEM_HOME/bin" \
39-
&& bundle config --global silence_root_warning true
39+
&& bundle config --global silence_root_warning true
4040

4141
# don't create ".bundle" in all our apps
4242
ENV BUNDLE_APP_CONFIG $GEM_HOME

2.3/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ENV BUNDLER_VERSION 1.11.2
6464
RUN gem install bundler --version "$BUNDLER_VERSION" \
6565
&& bundle config --global path "$GEM_HOME" \
6666
&& bundle config --global bin "$GEM_HOME/bin" \
67-
&& bundle config --global silence_root_warning true
67+
&& bundle config --global silence_root_warning true
6868

6969
# don't create ".bundle" in all our apps
7070
ENV BUNDLE_APP_CONFIG $GEM_HOME

0 commit comments

Comments
 (0)