Skip to content

Commit

Permalink
Bump to 6.4.1 [ci skip]
Browse files Browse the repository at this point in the history
* Fix: factories with traits pass their class to ActiveSupport::Notifications
  (makicamel).
  • Loading branch information
mike-burns committed Nov 20, 2023
1 parent b1d8e4f commit b3dcdb5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (6.4.0)
factory_bot (6.4.1)
activesupport (>= 5.0.0)

GEM
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
@@ -1,5 +1,10 @@
# News

## 6.4.1 (November 20, 2023)

* Fix: factories with traits pass their class to ActiveSupport::Notifications
(makicamel).

## 6.4.0 (November 17, 2023)

* Added: if `build_stubbed` detects a UUID primary key, generate the correct
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.0)
factory_bot (6.4.1)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.0)
factory_bot (6.4.1)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.2.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.0)
factory_bot (6.4.1)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/6.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.0)
factory_bot (6.4.1)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/6.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.0)
factory_bot (6.4.1)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/7.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.0)
factory_bot (6.4.1)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/main.gemfile.lock
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ..
specs:
factory_bot (6.4.0)
factory_bot (6.4.1)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = "6.4.0".freeze
VERSION = "6.4.1".freeze
end

0 comments on commit b3dcdb5

Please sign in to comment.