Skip to content

Commit

Permalink
Merge pull request #16 from isqad/master
Browse files Browse the repository at this point in the history
fix: use bundler v1.17.3 for ruby 2.3
  • Loading branch information
isqad authored May 21, 2019
2 parents 2bdafad + 55c7327 commit 50d498b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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 \
&& gem install bundler \
&& gem install bundler --version 1.17.3 \
&& gem install executable-hooks -v ">=1.3.2" \
&& gem regenerate_binstubs \
&& bundle config --global jobs 7 \
Expand Down

0 comments on commit 50d498b

Please sign in to comment.