File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,17 @@ They’re also specifications (or _specs,_ for short):
8
8
detailed explanations of how the application is supposed to behave,
9
9
expressed in plain English.
10
10
11
- According to [ RSpec Rails new versioning strategy] [ ] use:
11
+ ## Supported Versions
12
+
13
+ We follow a versioning strategy as defined by [ RSpec Rails versioning strategy] [ ] the
14
+ TL;DR of which is that we support currently supported versions of Rails, and will
15
+ issue a major version change when removing older versions from support.
16
+
17
+ ** Note** Rails 7.1 is supported by the Rails team until October 2025, and thus ` rspec-rails `
18
+ will support bug fixes for this version in the ` 7-2-maintenance ` branch until that time.
19
+
20
+ Accordingly you should use:
21
+
12
22
* ** [ ` rspec-rails ` 8.x] [ ] ** for Rails 8.0 or 7.2.
13
23
* ** [ ` rspec-rails ` 7.x] [ ] ** for Rails 7.x.
14
24
* ** [ ` rspec-rails ` 6.x] [ ] ** for Rails 6.1, 7.0 or 7.1.
@@ -30,7 +40,7 @@ According to [RSpec Rails new versioning strategy][] use:
30
40
[ `rspec-rails` 6.x ] : https://github.com/rspec/rspec-rails/tree/6-1-maintenance
31
41
[ `rspec-rails` 7.x ] : https://github.com/rspec/rspec-rails/tree/7-1-maintenance
32
42
[ `rspec-rails` 8.x ] : https://github.com/rspec/rspec-rails/tree/8-0-maintenance
33
- [ RSpec Rails new versioning strategy ] : https://github.com/rspec/rspec-rails/blob/main/rfcs/versioning-strategy.md
43
+ [ RSpec Rails versioning strategy ] : https://github.com/rspec/rspec-rails/blob/main/rfcs/versioning-strategy.md
34
44
35
45
## Installation
36
46
You can’t perform that action at this time.
0 commit comments