We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e840ae9 commit daa8675Copy full SHA for daa8675
.ruby-version
@@ -1 +1 @@
1
-ruby-3.4.1
+ruby-3.4.3
.tool-versions
@@ -1,6 +1,6 @@
nodejs 22.5.1
2
postgres 17.2
3
-ruby 3.4.1
+ruby 3.4.3
4
awscli 2.13.31
5
terraform 1.10.5
6
tflint 0.55.1
Dockerfile
@@ -2,7 +2,7 @@
# check=error=true
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
-ARG RUBY_VERSION=3.4.1
+ARG RUBY_VERSION=3.4.3
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
7
8
# Rails app lives here
Gemfile.lock
@@ -804,7 +804,7 @@ DEPENDENCIES
804
with_advisory_lock
805
806
RUBY VERSION
807
- ruby 3.4.1p0
+ ruby 3.4.3p32
808
809
BUNDLED WITH
810
2.6.2
0 commit comments