We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3574ff commit e76c8b6Copy full SHA for e76c8b6
README.md
@@ -31,9 +31,9 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
31
gem 'rspec-rails', '~> 3.9'
32
end
33
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
+ # Or, run against the maintenance branch
+ # (requires the same maintenance branch for all related RSpec libraries)
+ # Note that 3.9 is end of life and all changes have been released.
37
group :development, :test do
38
%w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib|
39
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => '3-9-maintenance'
0 commit comments