Compare commits

...

2 commits

Author SHA1 Message Date
2538335e17
Use .ruby-version for setup-ruby
Some checks failed
Ruby CI / test (pull_request) Failing after 3s
2024-11-26 22:31:57 -05:00
fc8f764bfc
Bump ruby version 2024-11-26 22:30:20 -05:00
4 changed files with 4 additions and 5 deletions

View file

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

View file

@ -1 +1 @@
3.3.5
3.3.6

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.1
ARG RUBY_VERSION=3.3.6
FROM docker.io/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here

View file

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