Upgrade bundler.

This commit is contained in:
Matt Rogers 2019-04-07 19:43:10 -05:00
parent 93ed86b4c8
commit a31db945ab
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ WORKDIR /app
RUN touch /etc/app-env
COPY Gemfile* /app/
RUN gem install bundler
RUN bundle install
RUN mkdir /app/log

View file

@ -319,4 +319,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.4
2.0.1