Skip to content

Commit c73eafa

Browse files
committed
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 ruby/rake@baa23cc and thus cannot handle kwargs properly on Ruby 3.2.
1 parent d8c0504 commit c73eafa

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)