Merge pull request #2190 from TracksApp/start-using-bundler2

Upgrade to Bundler 2
This commit is contained in:
Matt Rogers 2019-04-08 09:37:55 -05:00 committed by GitHub
commit fad681cc85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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