Skip bundle check

This commit is contained in:
Maksym Bordun 2020-08-24 11:58:43 +02:00
parent 3c9b88e7df
commit c5a69f5a8c
1 changed files with 1 additions and 2 deletions

View File

@ -112,8 +112,7 @@ RUN set -eux; \
[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; \
# rough smoke test
ruby --version; \
gem --version; \
bundle --version
gem --version
# don't create ".bundle" in all our apps
ENV GEM_HOME /usr/local/bundle