Bump to version 5.0.0 [ci skip]

This commit is contained in:
Daniel Colson 2019-01-31 20:10:29 -05:00
parent b937ef4dd2
commit 806ec9f6fe
No known key found for this signature in database
GPG Key ID: 88A364BBE77B1353
7 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (5.0.0.rc2)
factory_bot (5.0.0)
activesupport (>= 4.2.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc2)
factory_bot (5.0.0)
activesupport (>= 4.2.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc2)
factory_bot (5.0.0)
activesupport (>= 4.2.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc2)
factory_bot (5.0.0)
activesupport (>= 4.2.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc2)
factory_bot (5.0.0)
activesupport (>= 4.2.0)
GEM

View File

@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc2)
factory_bot (5.0.0)
activesupport (>= 4.2.0)
GEM

View File

@ -1,3 +1,3 @@
module FactoryBot
VERSION = "5.0.0.rc2".freeze
VERSION = "5.0.0".freeze
end