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

Bump version to 5.0.0 (#1455)

This commit is contained in:
Pedro Paiva 2021-07-10 08:39:19 -03:00 committed by GitHub
parent f5f68fadc5
commit c320bdc814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## 5.0.0 - 2021-07-09
### Bug fixes

View file

@ -55,7 +55,7 @@ Start by including `shoulda-matchers` in your Gemfile:
```ruby
group :test do
gem 'shoulda-matchers', '~> 4.0'
gem 'shoulda-matchers', '~> 5.0'
end
```

View file

@ -1,6 +1,6 @@
module Shoulda
module Matchers
# @private
VERSION = '5.0.0.rc1'.freeze
VERSION = '5.0.0'.freeze
end
end