mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump version to 5.1.0
This commit is contained in:
parent
b53e0f6df7
commit
67965b2dd2
3 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
factory_bot_rails (5.0.2)
|
factory_bot_rails (5.1.0)
|
||||||
factory_bot (~> 5.0.2)
|
factory_bot (~> 5.1.0)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
@ -72,7 +72,7 @@ GEM
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
erubi (1.8.0)
|
erubi (1.8.0)
|
||||||
execjs (2.7.0)
|
execjs (2.7.0)
|
||||||
factory_bot (5.0.2)
|
factory_bot (5.1.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
ffi (1.10.0)
|
ffi (1.10.0)
|
||||||
ffi (1.10.0-java)
|
ffi (1.10.0-java)
|
||||||
|
@ -153,6 +153,7 @@ GEM
|
||||||
therubyrhino_jar (1.7.6)
|
therubyrhino_jar (1.7.6)
|
||||||
thor (0.20.3)
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
|
thread_safe (0.3.6-java)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.5)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.1.20)
|
uglifier (4.1.20)
|
||||||
|
|
3
NEWS.md
3
NEWS.md
|
@ -3,6 +3,9 @@ there might not be any notable changes in new versions of this project.
|
||||||
|
|
||||||
# NEWS
|
# NEWS
|
||||||
|
|
||||||
|
## 5.1.0 (September 24, 2019)
|
||||||
|
* Changed: factory_bot dependency to ~> 5.1.0
|
||||||
|
|
||||||
## 5.0.2 (April 14, 2019)
|
## 5.0.2 (April 14, 2019)
|
||||||
* Bugfix: Reload factory\_bot whenever the application changes to avoid holding
|
* Bugfix: Reload factory\_bot whenever the application changes to avoid holding
|
||||||
onto stale object references
|
onto stale object references
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "factory_bot_rails"
|
s.name = "factory_bot_rails"
|
||||||
s.version = "5.0.2"
|
s.version = "5.1.0"
|
||||||
s.authors = ["Joe Ferris"]
|
s.authors = ["Joe Ferris"]
|
||||||
s.email = "jferris@thoughtbot.com"
|
s.email = "jferris@thoughtbot.com"
|
||||||
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
|
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
|
||||||
|
|
Loading…
Reference in a new issue