Skip to content

Commit 1543e02

Browse files
committed
Docs for version 5.0.0
1 parent 686bf84 commit 1543e02

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
### Development
1+
### 5.0.0
22
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.1.0...main)
33

4+
Enhancements:
5+
46
* Support new #file_fixture_path and new fixture test support code. (Jon Rowe, #2398)
57
* Support for Rails 6.1. (Benoit Tigeot, Jon Rowe, Phil Pirozhkov, and more #2398)
68

9+
Breaking Changes:
10+
11+
* Drop support for Rails below 5.2.
12+
713
### 4.1.0 / 2021-03-06
814

915
Enhancements:

features/upgrade/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Upgrading from rspec-rails 4.x to version 5
2+
3+
RSpec Rails 5 is a major version under semantic versioning, it also follows our new versioning strategy for RSpec-Rails, which is to keep in step with Rails supported versions. Thus it supports 5.2, 6.0 and 6.1. There are no changes required to upgrade to RSpec Rails 5 if you are using a supported version of Rails.
4+
5+
If you are using an older version of Rails, you can use 4.x which hard supports 5.0 and 5.1, and soft supports 4.2 (which is unmaintained).
6+
17
# Upgrading from rspec-rails 3.x to version 4
28

39
RSpec Rails 4 is a major version under semantic versioning, it allowed us to change the supported Rails versions to 5 and 6 only. There are no changes required to upgrade to RSpec Rails 4 if you are using Rails 5 or 6.

0 commit comments

Comments
 (0)