From ed268ddf02c7cc50cb2359c48f752cfcbbeea47d Mon Sep 17 00:00:00 2001 From: Earlopain Date: Fri, 26 May 2023 20:17:48 +0200 Subject: [PATCH] [Gems] Bump bundler This is the default version shipped with ruby atm so no need to install it --- Dockerfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6582293f3..192c4fc9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ruby:3.2.2-alpine3.17 as ruby-builder RUN apk --no-cache add build-base git glib-dev postgresql15-dev COPY Gemfile Gemfile.lock ./ -RUN gem i bundler:2.3.12 foreman && BUNDLE_IGNORE_CONFIG=true bundle install -j$(nproc) \ +RUN BUNDLE_IGNORE_CONFIG=true bundle install -j$(nproc) \ && rm -rf /usr/local/bundle/cache/*.gem \ && find /usr/local/bundle/gems/ -name "*.c" -delete \ && find /usr/local/bundle/gems/ -name "*.o" -delete diff --git a/Gemfile.lock b/Gemfile.lock index d93ea2d8f..c4a325c7e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -439,4 +439,4 @@ DEPENDENCIES webpacker (>= 4.0.x) BUNDLED WITH - 2.3.12 + 2.4.10