Skip to content

Commit a289f4c

Browse files
authored
Merge pull request rails#46736 from amatsuda/rake13
Bump Rake version to 13 or higher for Ruby 3.2 compat
2 parents 11e9722 + c73eafa commit a289f4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
end
1111

1212
# We need a newish Rake since Active Job sets its test tasks' descriptions.
13-
gem "rake", ">= 11.1"
13+
gem "rake", ">= 13"
1414

1515
gem "sprockets-rails", ">= 2.0.0"
1616
gem "propshaft", ">= 0.1.7"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ DEPENDENCIES
607607
racc (>= 1.4.6)
608608
rack-cache (~> 1.2)
609609
rails!
610-
rake (>= 11.1)
610+
rake (>= 13)
611611
redcarpet (~> 3.2.3)
612612
redis (>= 4.0.1)
613613
redis-namespace

0 commit comments

Comments
 (0)