Skip to content

Commit 6f8a363

Browse files
Bump bundler to v2.7.2
1 parent 672f8b1 commit 6f8a363

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN apt-get update -qq && apt-get install -y --no-install-recommends \
8888
USER $APP_USER
8989

9090
# Base image ships with an older version of bundler
91-
RUN gem install bundler --version 2.5.22
91+
RUN gem install bundler --version 2.7.2
9292

9393
# Install gems. We don't enforce the validity of the Gemfile.lock until the
9494
# final (production) stage.

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ GEM
103103
builder (3.3.0)
104104
bundle-audit (0.1.0)
105105
bundler-audit
106-
bundler-audit (0.9.2)
107-
bundler (>= 1.2.0, < 3)
106+
bundler-audit (0.9.3)
107+
bundler (>= 1.2.0)
108108
thor (~> 1.0)
109109
colorize (1.1.0)
110110
concurrent-ruby (1.3.6)
@@ -458,7 +458,7 @@ DEPENDENCIES
458458
zaru (~> 0.3.0)
459459

460460
RUBY VERSION
461-
ruby 3.3.9p170
461+
ruby 3.3.9p170
462462

463463
BUNDLED WITH
464-
2.5.3
464+
2.7.2

0 commit comments

Comments
 (0)