mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Bump version to 3.6.2
This commit is contained in:
parent
5fb96de2ca
commit
8f35dbb685
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
factory_girl (3.6.1)
|
||||
factory_girl (3.6.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (3.6.1)
|
||||
factory_girl (3.6.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (3.6.1)
|
||||
factory_girl (3.6.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: /Users/joshuaclayton/dev/gems/factory_girl
|
||||
specs:
|
||||
factory_girl (3.6.1)
|
||||
factory_girl (3.6.2)
|
||||
activesupport (>= 3.0.0)
|
||||
|
||||
GEM
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module FactoryGirl
|
||||
VERSION = '3.6.1'
|
||||
VERSION = '3.6.2'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue