Bump Rake version to 13 or higher for Ruby 3.2 compat

Rake 12 seems not to play nice with Ruby 3.2 because it does not include
baa23cc8a8
and thus cannot handle kwargs properly on Ruby 3.2.
This commit is contained in:
Akira Matsuda 2022-12-15 16:14:22 +09:00
parent d8c05043c3
commit c73eafa634
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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