Bump version to 5.0.0.rc2 [ci skip]

This commit is contained in:
Daniel Colson 2019-01-11 15:38:18 -05:00
parent 75806f33ad
commit 79a53a72a9
No known key found for this signature in database
GPG Key ID: 88A364BBE77B1353
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
PATH
remote: .
specs:
factory_bot_rails (5.0.0.rc1)
factory_bot (~> 5.0.0.rc1)
factory_bot_rails (5.0.0.rc2)
factory_bot (~> 5.0.0.rc2)
railties (>= 4.2.0)
GEM
@ -72,7 +72,7 @@ GEM
diff-lcs (1.3)
erubi (1.7.1)
execjs (2.7.0)
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)
ffi (1.9.25)
ffi (1.9.25-java)
@ -183,4 +183,4 @@ DEPENDENCIES
uglifier
BUNDLED WITH
1.16.6
1.17.3

Binary file not shown.

View File

@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "factory_bot_rails"
s.version = "5.0.0.rc1"
s.version = "5.0.0.rc2"
s.authors = ["Joe Ferris"]
s.email = "jferris@thoughtbot.com"
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.executables = []
s.license = "MIT"
s.add_runtime_dependency("factory_bot", "~> 5.0.0.rc1")
s.add_runtime_dependency("factory_bot", "~> 5.0.0.rc2")
s.add_runtime_dependency("railties", ">= 4.2.0")
end