Skip to content

Commit

Permalink
Bump to 6.4.2 [ci skip]
Browse files Browse the repository at this point in the history
* Fix: top-level traits pass their class to ActiveSupport::Notifications
  (makicamel).
  • Loading branch information
mike-burns committed Nov 22, 2023
1 parent bc7fe7d commit bd0a10c
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 9 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.4.1)
factory_bot (6.4.2)
activesupport (>= 5.0.0)

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

## 6.4.2 (November 22, 2023)

* Fix: top-level traits pass their class to ActiveSupport::Notifications
(makicamel).

## 6.4.1 (November 20, 2023)

* Fix: factories with traits pass their class to ActiveSupport::Notifications
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.4.1)
factory_bot (6.4.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.4.1)
factory_bot (6.4.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.4.1)
factory_bot (6.4.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.4.1)
factory_bot (6.4.2)
activesupport (>= 5.0.0)

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

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ..
specs:
factory_bot (6.4.1)
factory_bot (6.4.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.4.1".freeze
VERSION = "6.4.2".freeze
end

0 comments on commit bd0a10c

Please sign in to comment.