Drop support for ruby 3.2 (#37476)

This commit is contained in:
Matt Jankowski
2026-03-25 09:18:34 -04:00
committed by GitHub
parent 664efcf4c3
commit 2112ea4d63
4 changed files with 3 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'
ruby '>= 3.2.0', '< 3.5.0'
ruby '>= 3.3.0', '< 3.5.0'
gem 'propshaft'
gem 'puma', '~> 7.0'