Fix Renovate by temporarily constraining it to Ruby 3.3 (#33440)
This commit is contained in:
parent
79a9069deb
commit
ed04547de2
2 changed files with 6 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue