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:
parent
f5f68fadc5
commit
c320bdc814
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## Unreleased
|
||||
## 5.0.0 - 2021-07-09
|
||||
|
||||
### Bug fixes
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module Shoulda
|
||||
module Matchers
|
||||
# @private
|
||||
VERSION = '5.0.0.rc1'.freeze
|
||||
VERSION = '5.0.0'.freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue