Fix Renovate by temporarily constraining it to Ruby 3.3 (#33440)

This commit is contained in:
Claire 2025-01-03 10:24:55 +01:00 committed by GitHub
parent 79a9069deb
commit ed04547de2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

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