Skip to content

Commit

Permalink
Update rubygems to 3.5.1 and bundler to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Dec 18, 2023
1 parent 528310d commit ceca43f
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 @@ -19,8 +19,8 @@ ENV RAILS_ENV="production" \
RUBY_YJIT_ENABLE="1"

RUN set -eux; \
gem update --system "3.4.22" ; \
gem install bundler --version "2.4.22" --force ; \
gem update --system "3.5.1" ; \
gem install bundler --version "2.5.1" --force ; \
gem --version ; \
bundle --version

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,4 @@ RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.22
2.5.1

0 comments on commit ceca43f

Please sign in to comment.