File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,12 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
31
31
gem ' rspec-rails' , ' ~> 3.9'
32
32
end
33
33
34
- # Or, run against the master branch
35
- # (requires master-branch versions of all related RSpec libraries)
34
+ # Or, run against the maintenance branch
35
+ # (requires the same maintenance branch for all related RSpec libraries)
36
+ # Note that 3.9 is end of life and all changes have been released.
36
37
group :development , :test do
37
38
%w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support] .each do |lib |
38
- gem lib, :git => " https://github.com/rspec/#{ lib } .git" , :branch => ' master '
39
+ gem lib, :git => " https://github.com/rspec/#{ lib } .git" , :branch => ' 3-9-maintenance '
39
40
end
40
41
end
41
42
```
You can’t perform that action at this time.
0 commit comments