2
0

Use ruby version 3.4.1 (#33304)

This commit is contained in:
Matt Jankowski
2025-01-07 08:46:56 -05:00
committed by GitHub
parent 82e046ea06
commit 927c7bb6bb
8 changed files with 15 additions and 16 deletions

View File

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