From 256596ae07a37aab59ca1de69c9b7b7bcb4b9c3a Mon Sep 17 00:00:00 2001 From: Ryan W Date: Thu, 24 Feb 2022 14:56:09 -0800 Subject: [PATCH] bump bundler --- Dockerfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e72097..83243ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* RUN gem update --system -RUN gem install bundler:2.3.7 +RUN gem install bundler:2.3.8 WORKDIR /usr/src/app diff --git a/Gemfile.lock b/Gemfile.lock index 0020d28..e5ee824 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,4 +304,4 @@ RUBY VERSION ruby 3.1.1p18 BUNDLED WITH - 2.3.7 + 2.3.8