From d2aa01942f234d08c298d728e19f607a59eb9817 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 16 Jun 2025 22:41:16 -0400 Subject: [PATCH 1/2] Upgrad to Ruby 3.4.4 --- .ruby-version | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 47b322c..f989260 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.1 +3.4.4 diff --git a/Gemfile.lock b/Gemfile.lock index f5b4ea1..ab08683 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -360,7 +360,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.4.1p0 + ruby 3.4.4p34 BUNDLED WITH 2.6.2 -- 2.45.3 From e85dcd901d2a3e87ad867dfa973e9f79a3df414c Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 16 Jun 2025 22:42:35 -0400 Subject: [PATCH 2/2] Move setup-ruby --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 49cde44..d42e3d1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: runs-on: cth-ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: https://github.com/ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f + - uses: https://github.com/ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 - uses: actions/cache@v4 with: path: vendor/bundle -- 2.45.3