Skip to content

Commit

Permalink
Update readme for 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Apr 21, 2021
1 parent bb874da commit 8c9f361
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions features/README.md
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 8c9f361

Please sign in to comment.