Drop Ruby to 3.3 to align closer to README and era of Rails 7

This commit is contained in:
Ryan W
2025-11-03 21:22:20 -08:00
parent 0ddd7d96ad
commit b5d0aa0bcd
+1 -1
View File
@@ -3,7 +3,7 @@
source "https://rubygems.org" source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.4.5" ruby "3.3.9"
# Bundle edge Rails instead: # Bundle edge Rails instead:
# gem "rails", github: "rails/rails", branch: "7-2-stable" # gem "rails", github: "rails/rails", branch: "7-2-stable"