Skip to content

Commit

Permalink
Merge pull request #12 from bibendi/master
Browse files Browse the repository at this point in the history
Revert "feature: update bundler to v1.16.2"
  • Loading branch information
bibendi authored Jun 5, 2018
2 parents 69dfde7 + 27c98ee commit 09fc328
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 1.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ENV BUNDLE_SILENCE_ROOT_WARNING 1
RUN echo 'gem: --no-rdoc --no-ri --no-document' > /root/.gemrc \
&& ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts \
&& gem update --system 2.6.1 \
&& gem install bundler --version 1.16.2 \
&& gem install bundler --version 1.15.1 \
&& bundle config --global jobs 7 \
&& bundle config git.allow_insecure true \
&& bundle config --global build.nokogiri --use-system-libraries
Expand Down
2 changes: 1 addition & 1 deletion 2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENV BUNDLE_SILENCE_ROOT_WARNING 1
RUN echo 'gem: --no-rdoc --no-ri --no-document' > /root/.gemrc \
&& ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts \
&& gem update --system 2.6.1 \
&& gem install bundler --version 1.16.2 \
&& gem install bundler --version 1.15.1 \
&& bundle config --global jobs 7 \
&& bundle config git.allow_insecure true \
&& bundle config --global build.nokogiri --use-system-libraries
Expand Down
2 changes: 1 addition & 1 deletion 2.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENV BUNDLE_SILENCE_ROOT_WARNING 1
RUN echo 'gem: --no-rdoc --no-ri --no-document' > /root/.gemrc \
&& ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts \
&& gem update --system 2.6.1 \
&& gem install bundler --version 1.16.2 \
&& gem install bundler --version 1.15.1 \
&& bundle config --global jobs 7 \
&& bundle config git.allow_insecure true \
&& bundle config --global build.nokogiri --use-system-libraries
Expand Down
2 changes: 1 addition & 1 deletion 2.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ENV BUNDLE_SILENCE_ROOT_WARNING 1
RUN echo 'gem: --no-rdoc --no-ri --no-document' > /root/.gemrc \
&& ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts \
&& gem update --system 2.6.1 \
&& gem install bundler --version 1.16.2 \
&& gem install bundler --version 1.15.1 \
&& bundle config --global jobs 7 \
&& bundle config git.allow_insecure true \
&& bundle config --global build.nokogiri --use-system-libraries
Expand Down

0 comments on commit 09fc328

Please sign in to comment.