Skip to content

Commit

Permalink
Bump to version 5.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Jan 11, 2019
1 parent 917af38 commit 515af01
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)

GEM
Expand Down Expand Up @@ -126,4 +126,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.6
1.17.3
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
so you can add "[ci skip]" to the commit message.
1. Tag the release: `git tag -s vVERSION`
- We recommend the [_quick guide on how to sign a release_] from git ready.
1. Push changes: `git push --tags`
1. Push changes: `git push && git push --tags`
1. Build and publish:
```bash
gem build factory_bot.gemspec
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/4.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)

GEM
Expand Down Expand Up @@ -128,4 +128,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.6
1.17.3
4 changes: 2 additions & 2 deletions gemfiles/5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)

GEM
Expand Down Expand Up @@ -126,4 +126,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.6
1.17.3
4 changes: 2 additions & 2 deletions gemfiles/5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)

GEM
Expand Down Expand Up @@ -126,4 +126,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.6
1.17.3
4 changes: 2 additions & 2 deletions gemfiles/5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.0.0.rc1)
factory_bot (5.0.0.rc2)
activesupport (>= 4.2.0)

GEM
Expand Down Expand Up @@ -126,4 +126,4 @@ DEPENDENCIES
yard

BUNDLED WITH
1.16.6
1.17.3
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = "5.0.0.rc1".freeze
VERSION = "5.0.0.rc2".freeze
end

0 comments on commit 515af01

Please sign in to comment.