Skip to content

Commit

Permalink
Update rubygems to 3.5.23 and bundler to 2.5.23 (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf authored Nov 7, 2024
1 parent 2dfa49e commit a111a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ENV RAILS_ENV="production" \
BOOTSNAP_READONLY="true"

RUN set -eux; \
gem update --system "3.5.22" ; \
gem install bundler --version "2.5.22" --force
gem update --system "3.5.23" ; \
gem install bundler --version "2.5.23" --force

# Throw-away build stage to reduce size of final image
FROM base AS build
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,4 +502,4 @@ RUBY VERSION
ruby 3.3.6p108

BUNDLED WITH
2.5.22
2.5.23

0 comments on commit a111a15

Please sign in to comment.