1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

Update bundler to 1.11.1

This commit is contained in:
Tianon Gravi 2015-12-15 09:06:38 -08:00
parent 376fd1de50
commit 0b9aa8fcd2
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ RUN apt-get update \
ENV GEM_HOME /usr/local/bundle
ENV PATH $GEM_HOME/bin:$PATH
ENV BUNDLER_VERSION 1.11.0
ENV BUNDLER_VERSION 1.11.1
RUN gem install bundler --version "$BUNDLER_VERSION" \
&& bundle config --global path "$GEM_HOME" \

View file

@ -59,7 +59,7 @@ RUN buildDeps=' \
ENV GEM_HOME /usr/local/bundle
ENV PATH $GEM_HOME/bin:$PATH
ENV BUNDLER_VERSION 1.11.0
ENV BUNDLER_VERSION 1.11.1
RUN gem install bundler --version "$BUNDLER_VERSION" \
&& bundle config --global path "$GEM_HOME" \