1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Update shoulda-matchers version in README (#1503)

This commit is contained in:
Pedro Paiva 2022-08-23 16:24:40 -03:00 committed by GitHub
parent e965a27cab
commit b2848b2ca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ Otherwise, add `shoulda-matchers` to your Gemfile:
```ruby
group :test do
gem 'shoulda-matchers', '~> 4.0'
gem 'shoulda-matchers', '~> 5.0'
end
```