Drop support for Ruby 3.0 (reaching EOL) (#29702)
This commit is contained in:
parent
4e78cb9988
commit
1549e6a9dc
4 changed files with 9 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source 'https://rubygems.org'
|
||||
ruby '>= 3.0.0'
|
||||
ruby '>= 3.1.0'
|
||||
|
||||
gem 'puma', '~> 6.3'
|
||||
gem 'rails', '~> 7.1.1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue