This PR updates activerecord, erubi-rails, railsbench, and lobsters to use Rails 7.1.
railsbench was using an EOL Rails, so it no longer represents today's Rails performance. It has caused issues like https://github.com/Shopify/yjit-bench/pull/265 too. It's probably a nice timing to update them since we're still in an early stage of Ruby 3.4 development.
I ran bin/rails app:update, accepted all changes, and added/resurrected what's needed to run benchmarks.
This PR updates
activerecord
,erubi-rails
,railsbench
, andlobsters
to use Rails 7.1.railsbench
was using an EOL Rails, so it no longer represents today's Rails performance. It has caused issues like https://github.com/Shopify/yjit-bench/pull/265 too. It's probably a nice timing to update them since we're still in an early stage of Ruby 3.4 development.I ran
bin/rails app:update
, accepted all changes, and added/resurrected what's needed to run benchmarks.