Skip to content

Commit 5d7da2e

Browse files
committed
(PUP-11047) Update rake for benchmark tasks
Running benchmark tasks on ruby 3 fails when calling FileUtils.mkdir_p due to the way rake 12.x monkey patches it. Bump rake dependency.
1 parent 2728508 commit 5d7da2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ end
3737
group(:test) do
3838
gem "ffi", require: false
3939
gem "json-schema", "~> 2.0", require: false
40-
gem "rake", *location_for(ENV['RAKE_LOCATION'] || '~> 12.2')
40+
gem "rake", *location_for(ENV['RAKE_LOCATION'] || '~> 13.0')
4141
gem "rspec", "~> 3.1", require: false
4242
gem "rspec-expectations", ["~> 3.9", "!= 3.9.3"]
4343
gem "rspec-its", "~> 1.1", require: false

0 commit comments

Comments
 (0)