zombocom / derailed_benchmarks

Go faster, off the Rails - Benchmarks for your whole Rails app
2.97k stars 144 forks source link

require ruby2_keywords when testing in ruby < 2.7 #244

Closed pcai closed 1 month ago

pcai commented 1 month ago

fixes #240

test_helper.rb specifically requires rails/test_help which in activesupport 6.x uses drb 2.0.6 which uses ruby2_keywords before anything else explicitly requires it

when running ruby < 2.7 this blows up