We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931283f commit 95bbb98Copy full SHA for 95bbb98
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- factory_bot (6.5.3)
+ factory_bot (6.5.4)
5
activesupport (>= 6.1.0)
6
7
GEM
NEWS.md
@@ -1,5 +1,9 @@
# News
+## 6.5.4 (June 13, 2025)
+
+ * Fix bug where user-defined method named `definition` could not be set through `method_missing` in factories. (CodeMeister)
## 6.5.3 (June 2, 2025)
8
9
* Fix: Factory sequences without blocks (CodeMeister)
lib/factory_bot/version.rb
@@ -1,3 +1,3 @@
module FactoryBot
- VERSION = "6.5.3".freeze
+ VERSION = "6.5.4".freeze
end
0 commit comments