From 8f4c6da8de67dc3a16f2fbbb53a1b656ce4ff391 Mon Sep 17 00:00:00 2001 From: Brian Austin Date: Thu, 23 Jan 2025 19:29:16 -0500 Subject: [PATCH] AO3-6882 Allow newer Ruby version to unblock upgrade --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 71e447d5b6c..2795c4609c4 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.1.4 +ruby-3.2.6 diff --git a/Gemfile b/Gemfile index 72596c99adb..04b4e4d3dc1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby "3.1.4" +ruby ">= 3.1.4", "<= 3.2.6" gem 'test-unit', '~> 3.2'