Skip to content

Commit 63a54a3

Browse files
authored
Merge pull request rspec#2453 from akcrono/update-docs-branch-name
Update docs to use the correct branch name for older rails versions
2 parents 487fa59 + e76c8b6 commit 63a54a3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
3131
gem 'rspec-rails', '~> 3.9'
3232
end
3333

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.
3637
group :development, :test do
3738
%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'
3940
end
4041
end
4142
```

0 commit comments

Comments
 (0)