Skip to content

Commit

Permalink
Bump version to v6.0.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Jun 20, 2020
1 parent 33f22f8 commit 833a044
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (6.0.1)
factory_bot (6.0.2)
activesupport (>= 5.0.0)

GEM
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# News

## 6.0.2 (June 19, 2020)
* Fixed: bug causing traits to consume more memory each time they were used

## 6.0.1 (June 19, 2020)
* Fixed: bug with constant resolution causing unexpected uninitialized constant errors

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. Update version file accordingly and run `bundle install` to update the
Gemfile.lock and `bundle exec appraisal install` to update the Appraisal
gemfile.lock files.
gemfile.lock files.
1. Update `NEWS.md` to reflect the changes since last release.
1. Commit changes.
There shouldn't be code changes,
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.0.1)
factory_bot (6.0.2)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.0.1)
factory_bot (6.0.2)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.0.1)
factory_bot (6.0.2)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.0.1)
factory_bot (6.0.2)
activesupport (>= 5.0.0)

GEM
Expand Down
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 = "6.0.1".freeze
VERSION = "6.0.2".freeze
end

0 comments on commit 833a044

Please sign in to comment.