Compare commits

..

No commits in common. "2538335e1786e6896bbc9f31bf30b5cd94e1d20c" and "8b49e3e2613454c0f13b415362a2b3c486a58d6b" have entirely different histories.

4 changed files with 5 additions and 4 deletions

View file

@ -8,6 +8,8 @@ jobs:
runs-on: cth-ubuntu-latest runs-on: cth-ubuntu-latest
steps: steps:
- uses: https://github.com/ruby/setup-ruby@v1 - uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: 3.3.5
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/cache@v4 - uses: actions/cache@v4
with: with:

View file

@ -1 +1 @@
3.3.6 3.3.5

View file

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

View file

@ -309,7 +309,6 @@ GEM
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux
arm64-darwin-23 arm64-darwin-23
arm64-darwin-24
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
@ -335,4 +334,4 @@ DEPENDENCIES
web-console web-console
BUNDLED WITH BUNDLED WITH
2.5.23 2.5.18