From 8c9f3616a92c537418f3e6506dfb408d0802127c Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Mon, 22 Mar 2021 20:57:16 +0000 Subject: [PATCH] Update readme for 5.x --- features/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/features/README.md b/features/README.md index ddc3ec4e36..d908df11fc 100644 --- a/features/README.md +++ b/features/README.md @@ -4,8 +4,10 @@ routing. ## Rails -rspec-rails 4 supports Rails 5.x and 6.x. For earlier versions of Rails, you -need [rspec-rails 3](https://github.com/rspec/rspec-rails/tree/3-9-maintenance). +rspec-rails 5 supports Rails 5.2 to 6.1. For earlier versions of Rails, you +should use [rspec-rails-4](https://github.com/rspec/rspec-rails/tree/4-1-maintenance) +for Rails 5.x and [rspec-rails 3](https://github.com/rspec/rspec-rails/tree/3-9-maintenance) +for even older versions. ## Install @@ -24,7 +26,7 @@ This installs the following gems: Add rspec-rails to the :test and :development groups in the Gemfile: group :test, :development do - gem 'rspec-rails', '~> 4.0.0' + gem 'rspec-rails', '~> 5.0.0' end It needs to be in the :development group to expose generators and rake tasks