Merge pull request #46736 from amatsuda/rake13

Bump Rake version to 13 or higher for Ruby 3.2 compat
This commit is contained in:
Akira Matsuda 2022-12-15 18:48:46 +09:00 committed by GitHub
commit a289f4c127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -10,7 +10,7 @@ else
end
# We need a newish Rake since Active Job sets its test tasks' descriptions.
gem "rake", ">= 11.1"
gem "rake", ">= 13"
gem "sprockets-rails", ">= 2.0.0"
gem "propshaft", ">= 0.1.7"

@ -607,7 +607,7 @@ DEPENDENCIES
racc (>= 1.4.6)
rack-cache (~> 1.2)
rails!
rake (>= 11.1)
rake (>= 13)
redcarpet (~> 3.2.3)
redis (>= 4.0.1)
redis-namespace