Skip to content

Commit

Permalink
Bump version to 5.0.0.rc2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Jan 11, 2019
1 parent 75806f3 commit 79a53a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -183,4 +183,4 @@ DEPENDENCIES
uglifier

BUNDLED WITH
1.16.6
1.17.3
Binary file added factory_bot_rails-5.0.0.rc1.gem
Binary file not shown.
4 changes: 2 additions & 2 deletions factory_bot_rails.gemspec
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
Expand All @@ -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

0 comments on commit 79a53a7

Please sign in to comment.