Skip to content

Commit 8c9f361

Browse files
committed
Update readme for 5.x
1 parent bb874da commit 8c9f361

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

features/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ routing.
44

55
## Rails
66

7-
rspec-rails 4 supports Rails 5.x and 6.x. For earlier versions of Rails, you
8-
need [rspec-rails 3](https://github.com/rspec/rspec-rails/tree/3-9-maintenance).
7+
rspec-rails 5 supports Rails 5.2 to 6.1. For earlier versions of Rails, you
8+
should use [rspec-rails-4](https://github.com/rspec/rspec-rails/tree/4-1-maintenance)
9+
for Rails 5.x and [rspec-rails 3](https://github.com/rspec/rspec-rails/tree/3-9-maintenance)
10+
for even older versions.
911

1012
## Install
1113

@@ -24,7 +26,7 @@ This installs the following gems:
2426
Add rspec-rails to the :test and :development groups in the Gemfile:
2527

2628
group :test, :development do
27-
gem 'rspec-rails', '~> 4.0.0'
29+
gem 'rspec-rails', '~> 5.0.0'
2830
end
2931

3032
It needs to be in the :development group to expose generators and rake tasks

0 commit comments

Comments
 (0)