Skip to content

Commit

Permalink
Update rubygems to 3.5.19 and bundler to 2.5.19 (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf authored Sep 22, 2024
1 parent a6ef568 commit 5c66421
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" \
RUBY_YJIT_ENABLE="1"

RUN set -eux; \
gem update --system "3.5.18" ; \
gem install bundler --version "2.5.18" --force
gem update --system "3.5.19" ; \
gem install bundler --version "2.5.19" --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 @@ -503,4 +503,4 @@ RUBY VERSION
ruby 3.3.5p100

BUNDLED WITH
2.5.18
2.5.19

0 comments on commit 5c66421

Please sign in to comment.