Skip to content

Commit e76c8b6

Browse files
author
Andrew Kostka
committed
update wording
1 parent e3574ff commit e76c8b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ 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)
36-
# Replace branch name with the appropriate branch for your rails version
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.
3737
group :development, :test do
3838
%w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib|
3939
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => '3-9-maintenance'

0 commit comments

Comments
 (0)