File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4949 # Add or replace dependency steps here
5050 - name : Install Ruby and gems
5151 # The ruby version is taken from the .ruby-version file, no need to specify here.
52- uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
52+ uses : ruby/setup-ruby@f8d7259c7a66155a7c4a157a1a10ca601f186594 # v1.271 .0
5353 with :
5454 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
5555 - name : Install Node.js
Original file line number Diff line number Diff line change 1- 3.4.6
1+ 3.4.8
Original file line number Diff line number Diff line change 11ARG ALPINE_VERSION=3.22
2- ARG RUBY_VERSION=3.4.6
2+ ARG RUBY_VERSION=3.4.8
33
4- ARG DOCKER_IMAGE_DIGEST=sha256:d594d5debffa14c591c4fe03b9d0d79cdc28f30d594f47be748e642746057fec
4+ ARG DOCKER_IMAGE_DIGEST=sha256:c7687b054738956d3e409fbb335ffa711c9b2dab87a57a2f89d9141746b9fdde
55
66FROM ruby:${RUBY_VERSION}-alpine${ALPINE_VERSION}@${DOCKER_IMAGE_DIGEST} AS base
77ARG NODEJS_VERSION=22
Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ CHECKSUMS
774774 zeitwerk (2.7.3) sha256=b2e86b4a9b57d26ba68a15230dcc7fe6f040f06831ce64417b0621ad96ba3e85
775775
776776RUBY VERSION
777- ruby 3.4.6p54
777+ ruby 3.4.8p72
778778
779779BUNDLED WITH
780780 2.7.1
You can’t perform that action at this time.
0 commit comments