diff --git a/guides/dataloader/async_dataloader.md b/guides/dataloader/async_dataloader.md index 10154fb997..4ff2324741 100644 --- a/guides/dataloader/async_dataloader.md +++ b/guides/dataloader/async_dataloader.md @@ -28,7 +28,7 @@ For a demonstration of this behavior, see: [https://github.com/rmosolgo/rails-gr ## Rails -For Rails, you'll also want to configure Rails to use Fibers for isolation: +For Rails, you'll need **Rails 7.1**, which properly supports fiber-based concurrency, and you'll also want to configure Rails to use Fibers for isolation: ```ruby class Application < Rails::Application