File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- ruby-3.4.3
1
+ ruby-3.4.6
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ nodejs 22.15.0
4
4
pkl 0.28.1
5
5
postgres 17.2
6
6
redis 8.2.1
7
- ruby 3.4.3
7
+ ruby 3.4.6
8
8
terraform 1.11.4
9
9
tflint 0.55.1
Original file line number Diff line number Diff line change 2
2
# check=error=true
3
3
4
4
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
5
- ARG RUBY_VERSION=3.4.3
5
+ ARG RUBY_VERSION=3.4.6
6
6
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
7
7
8
8
# Rails app lives here
Original file line number Diff line number Diff line change @@ -755,6 +755,7 @@ PLATFORMS
755
755
arm64-darwin-22
756
756
arm64-darwin-23
757
757
arm64-darwin-24
758
+ arm64-darwin-25
758
759
x86_64-linux
759
760
760
761
DEPENDENCIES
@@ -859,7 +860,7 @@ DEPENDENCIES
859
860
with_advisory_lock
860
861
861
862
RUBY VERSION
862
- ruby 3.4.3p32
863
+ ruby 3.4.6p54
863
864
864
865
BUNDLED WITH
865
866
2.6.2
You can’t perform that action at this time.
0 commit comments