From 83bbe7f6dc197a492b4c4a84ccbe3b3dd0d8cd53 Mon Sep 17 00:00:00 2001 From: j4y <36337+j4y@users.noreply.github.com> Date: Wed, 29 Oct 2025 23:21:35 -0400 Subject: [PATCH] chore: update to ruby 3.3.9 --- .ruby-version | 2 +- Gemfile.lock | 2 +- mise.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index bea438e..3b47f2e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.1 +3.3.9 diff --git a/Gemfile.lock b/Gemfile.lock index 125d9a0..989cce8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -239,7 +239,7 @@ DEPENDENCIES rubocop-rake RUBY VERSION - ruby 3.3.1p55 + ruby 3.3.9p170 BUNDLED WITH 2.5.3 diff --git a/mise.toml b/mise.toml index 00775ac..0a61537 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,2 @@ [tools] -ruby = '3.3.1' +ruby = '3.3.9'