Skip to content

Commit 95bbb98

Browse files
committed
Bump to 6.5.4 [ci skip]
1 parent 931283f commit 95bbb98

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
factory_bot (6.5.3)
4+
factory_bot (6.5.4)
55
activesupport (>= 6.1.0)
66

77
GEM

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# News
22

3+
## 6.5.4 (June 13, 2025)
4+
5+
* Fix bug where user-defined method named `definition` could not be set through `method_missing` in factories. (CodeMeister)
6+
37
## 6.5.3 (June 2, 2025)
48

59
* Fix: Factory sequences without blocks (CodeMeister)

lib/factory_bot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FactoryBot
2-
VERSION = "6.5.3".freeze
2+
VERSION = "6.5.4".freeze
33
end

0 commit comments

Comments
 (0)