Skip to content

Commit 2769383

Browse files
authored
Merge pull request #2486 from chilian/patch-1
Update readme for 5.0.0
2 parents f24f278 + 99875cd commit 2769383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
2525
## Installation
2626

2727
**IMPORTANT** This README / branch refers to the current development build.
28-
See the [`4-1-maintenance` branch on Github](https://github.com/rspec/rspec-rails/tree/4-0-maintenance) if you want or require the latest stable release.
28+
See the [`5-0-maintenance` branch on Github](https://github.com/rspec/rspec-rails/tree/5-0-maintenance) if you want or require the latest stable release.
2929

3030
1. Add `rspec-rails` to **both** the `:development` and `:test` groups
3131
of your app’s `Gemfile`:
3232

3333
```ruby
3434
# Run against the latest stable release
3535
group :development, :test do
36-
gem 'rspec-rails', '~> 4.1.0'
36+
gem 'rspec-rails', '~> 5.0.0'
3737
end
3838

3939
# Or, run against the main branch

0 commit comments

Comments
 (0)