From b5d0aa0bcd9d4c02b2c1c9aa923622cfa7336ee1 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Mon, 3 Nov 2025 21:22:20 -0800 Subject: [PATCH] Drop Ruby to 3.3 to align closer to README and era of Rails 7 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 28a1255..8149b56 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.4.5" +ruby "3.3.9" # Bundle edge Rails instead: # gem "rails", github: "rails/rails", branch: "7-2-stable"