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:
parent
956beb1b04
commit
4b39c910c3
3 changed files with 7 additions and 3 deletions
|
@ -2,7 +2,7 @@ PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
factory_bot_rails (6.0.0)
|
factory_bot_rails (6.0.0)
|
||||||
factory_bot (~> 6.0.0)
|
factory_bot (~> 6.1.0)
|
||||||
railties (>= 5.0.0)
|
railties (>= 5.0.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
@ -52,7 +52,7 @@ GEM
|
||||||
multi_test (>= 0.1.2)
|
multi_test (>= 0.1.2)
|
||||||
diff-lcs (1.4.4)
|
diff-lcs (1.4.4)
|
||||||
erubi (1.9.0)
|
erubi (1.9.0)
|
||||||
factory_bot (6.0.2)
|
factory_bot (6.1.0)
|
||||||
activesupport (>= 5.0.0)
|
activesupport (>= 5.0.0)
|
||||||
ffi (1.13.1)
|
ffi (1.13.1)
|
||||||
ffi (1.13.1-java)
|
ffi (1.13.1-java)
|
||||||
|
|
4
NEWS.md
4
NEWS.md
|
@ -3,6 +3,10 @@ there might not be any notable changes in new versions of this project.
|
||||||
|
|
||||||
# NEWS
|
# NEWS
|
||||||
|
|
||||||
|
## 6.1.0 (July 8, 2020)
|
||||||
|
|
||||||
|
* Changed: factory\_bot dependency to ~> 6.1.0
|
||||||
|
|
||||||
## 6.0.0 (June 18, 2020)
|
## 6.0.0 (June 18, 2020)
|
||||||
|
|
||||||
* Fixed: generate a plural factory name when the --force-plural flag is provided
|
* Fixed: generate a plural factory name when the --force-plural flag is provided
|
||||||
|
|
|
@ -14,6 +14,6 @@ Gem::Specification.new do |s|
|
||||||
s.executables = []
|
s.executables = []
|
||||||
s.license = "MIT"
|
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")
|
s.add_runtime_dependency("railties", ">= 5.0.0")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue