File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Start by including `shoulda-matchers` in your Gemfile:
6363
6464``` ruby
6565group :test do
66- gem ' shoulda-matchers' , ' ~> 6 .0'
66+ gem ' shoulda-matchers' , ' ~> 7 .0'
6767end
6868```
6969
@@ -125,7 +125,7 @@ Otherwise, add `shoulda-matchers` to your Gemfile:
125125
126126``` ruby
127127group :test do
128- gem ' shoulda-matchers' , ' ~> 6 .0'
128+ gem ' shoulda-matchers' , ' ~> 7 .0'
129129end
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
You can’t perform that action at this time.
0 commit comments