Ruby 3.4
Some checks failed
Ruby CI / test (pull_request) Failing after 9s

This commit is contained in:
Andrew Tomaka 2025-01-01 16:24:02 -05:00
parent 1ee5937b19
commit 4745b60149
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
4 changed files with 12 additions and 11 deletions

View file

@ -7,7 +7,7 @@
# For a containerized dev environment, see Dev Containers: https://guides.rubyonrails.org/getting_started_with_devcontainer.html
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=3.3.6
ARG RUBY_VERSION=3.4.1
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here