1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Bump version to v.6.1.0 [ci skip]

This commit is contained in:
Daniel Colson 2020-07-08 13:02:58 -04:00
parent 956beb1b04
commit 4b39c910c3
No known key found for this signature in database
GPG key ID: 88A364BBE77B1353
3 changed files with 7 additions and 3 deletions

View file

@ -2,7 +2,7 @@ PATH
remote: .
specs:
factory_bot_rails (6.0.0)
factory_bot (~> 6.0.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
GEM
@ -52,7 +52,7 @@ GEM
multi_test (>= 0.1.2)
diff-lcs (1.4.4)
erubi (1.9.0)
factory_bot (6.0.2)
factory_bot (6.1.0)
activesupport (>= 5.0.0)
ffi (1.13.1)
ffi (1.13.1-java)

View file

@ -3,6 +3,10 @@ there might not be any notable changes in new versions of this project.
# NEWS
## 6.1.0 (July 8, 2020)
* Changed: factory\_bot dependency to ~> 6.1.0
## 6.0.0 (June 18, 2020)
* Fixed: generate a plural factory name when the --force-plural flag is provided

View file

@ -14,6 +14,6 @@ Gem::Specification.new do |s|
s.executables = []
s.license = "MIT"
s.add_runtime_dependency("factory_bot", "~> 6.0.0")
s.add_runtime_dependency("factory_bot", "~> 6.1.0")
s.add_runtime_dependency("railties", ">= 5.0.0")
end