Agile Web Development with Rails 7: (p. 56): Mentioned Rails version should be 7 (solved)

The text says:

We define a class named CreateProducts, which inherits from the versioned Migration class from the ActiveRecord module, specifying that compatibility with Rails 6 is desired.

It should be ‘Rails 7’.