Agile Web Development with Rails 7: (PDF p. 13): Mentions wrong Rails version (solved)

Hi,

the section ‘Choosing a Rails Version’ has the code

$ gem list --local rails

and then mentions:

It should return 6.0.1

Shortly after that the code is

$ rails _6.0.1_ --version

Shouldn’t that be 7.0.x?

Cheers
Stephan

Fixed. Thanks!