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 5.1.1 [ci skip]

This commit is contained in:
Daniel Colson 2019-10-02 20:15:36 -04:00
parent b18181444d
commit c03aeb7e29
No known key found for this signature in database
GPG key ID: 88A364BBE77B1353
3 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
factory_bot_rails (5.1.0) factory_bot_rails (5.1.1)
factory_bot (~> 5.1.0) factory_bot (~> 5.1.0)
railties (>= 4.2.0) railties (>= 4.2.0)
@ -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.1.0) factory_bot (5.1.1)
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)

View file

@ -3,6 +3,9 @@ there might not be any notable changes in new versions of this project.
# NEWS # NEWS
## 5.1.1 (September 24, 2019)
* Fixed: Ensure definitions do not load before I18n is initialized
## 5.1.0 (September 24, 2019) ## 5.1.0 (September 24, 2019)
* Changed: factory_bot dependency to ~> 5.1.0 * Changed: factory_bot dependency to ~> 5.1.0

View file

@ -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.1.0" s.version = "5.1.1"
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"