From a31db945ab1e7513bfc1d5a2ffc297a53e5f4a95 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Sun, 7 Apr 2019 19:43:10 -0500 Subject: [PATCH] Upgrade bundler. --- Dockerfile | 1 + Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4160acdb..37c63310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index c6a69059..b8e9c41b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -319,4 +319,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.16.4 + 2.0.1