From 717cb9c2a02b9f8ddec1d320f575b10dafc10d74 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 16 Jun 2025 22:44:27 -0400 Subject: [PATCH] Upgrad to Ruby 3.4.4 (#65) Reviewed-on: https://git.atomaka.com/atomaka/budget/pulls/65 --- .gitea/workflows/test.yaml | 2 +- .ruby-version | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 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