Skip to content

Commit f147e7b

Browse files
update readme to reflect v7 release (#1695)
1 parent 092747b commit f147e7b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Start by including `shoulda-matchers` in your Gemfile:
6363

6464
```ruby
6565
group :test do
66-
gem 'shoulda-matchers', '~> 6.0'
66+
gem 'shoulda-matchers', '~> 7.0'
6767
end
6868
```
6969

@@ -125,7 +125,7 @@ Otherwise, add `shoulda-matchers` to your Gemfile:
125125

126126
```ruby
127127
group :test do
128-
gem 'shoulda-matchers', '~> 6.0'
128+
gem 'shoulda-matchers', '~> 7.0'
129129
end
130130
```
131131

@@ -508,9 +508,11 @@ Shoulda Matchers is tested and supported against Ruby 3.0+, Rails
508508

509509
- For Ruby < 2.4 and Rails < 4.1 compatibility, please use [v3.1.3][v3.1.3].
510510
- For Ruby < 3.0 and Rails < 6.1 compatibility, please use [v4.5.1][v4.5.1].
511+
- For Rails < 7.1 compatibility, please use [v6.5.0][v6.5.0].
511512

512513
[v3.1.3]: https://github.com/thoughtbot/shoulda-matchers/tree/v3.1.3
513514
[v4.5.1]: https://github.com/thoughtbot/shoulda-matchers/tree/v4.5.1
515+
[v6.5.0]: https://github.com/thoughtbot/shoulda-matchers/tree/v6.5.0
514516

515517
## Versioning
516518

0 commit comments

Comments
 (0)