File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ RUN apt-get update -qq && apt-get install -y --no-install-recommends \
8888USER $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.
Original file line number Diff line number Diff line change 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
460460RUBY VERSION
461- ruby 3.3.9p170
461+ ruby 3.3.9p170
462462
463463BUNDLED WITH
464- 2.5.3
464+ 2.7.2
You can’t perform that action at this time.
0 commit comments