Skip to content

Commit

Permalink
Merge pull request #1028 from evemonk/updates
Browse files Browse the repository at this point in the history
Update rubygems to 3.4.21 and bundler to 2.4.21
  • Loading branch information
biow0lf authored Oct 30, 2023
2 parents b626a4e + 2ace5b4 commit 0ca3661
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.20" ; \
gem install bundler --version "2.4.20" --force ; \
gem update --system "3.4.21" ; \
gem install bundler --version "2.4.21" --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 @@ -336,4 +336,4 @@ RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.20
2.4.21

0 comments on commit 0ca3661

Please sign in to comment.