mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump version to v.6.2.0 [ci skip]
This commit is contained in:
parent
8cda0bb04d
commit
62cd3aae88
3 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_bot_rails (6.1.0)
|
||||
factory_bot_rails (6.2.0)
|
||||
factory_bot (~> 6.2.0)
|
||||
railties (>= 5.0.0)
|
||||
|
||||
|
|
4
NEWS.md
4
NEWS.md
|
@ -3,6 +3,10 @@ there might not be any notable changes in new versions of this project.
|
|||
|
||||
# NEWS
|
||||
|
||||
## 6.2.0 (May 7, 2021)
|
||||
|
||||
* Changed: factory\_bot dependency to ~> 6.2.0
|
||||
|
||||
## 6.1.0 (July 8, 2020)
|
||||
|
||||
* Changed: factory\_bot dependency to ~> 6.1.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = "factory_bot_rails"
|
||||
s.version = "6.1.0"
|
||||
s.version = "6.2.0"
|
||||
s.authors = ["Joe Ferris"]
|
||||
s.email = "jferris@thoughtbot.com"
|
||||
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
|
||||
|
|
Loading…
Reference in a new issue