File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- factory_bot (6.5.0 )
4
+ factory_bot (6.5.2 )
5
5
activesupport (>= 6.1.0 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
# News
2
2
3
+ ## 6.5.2 (May 30, 2025)
4
+
5
+ * Changed: Updated "verbose linting" test to allow for backtrace changes in Ruby 3.4 (CodeMeister)
6
+ * Fix: Set the same timestamps for `created_at` and `updated_at` on `build_stubbed` (Kim Emmanuel)
7
+ * Fix: Refactored sequences to ensure cloned traits use parent sequences. (CodeMeister)
8
+ * Docs: Fix definition_file_paths comment (Milo Winningham)
9
+ * Docs: Add ruby-lsp extensions to Useful Tools in README.md (johansenja)
10
+ * Docs: Fix docs about definition file paths (Ryo Nakamura)
11
+ * Docs: Update has_many-associations.md to mention that traits can use inline associations (Matthew Zagaja)
12
+ * Docs: Fix "Transitioning from Factory Girl" guide link (Neil Carvalho)
13
+
3
14
## 6.5.1 (January 31, 2025)
4
15
5
16
* Changed: execute linting tests within ActiveRecord transactions when available (Sean Doyle)
6
- * Fix: Random test failure when tracking compilation time (CodeMeinster )
17
+ * Fix: Random test failure when tracking compilation time (CodeMeister )
7
18
* Fix: Bump the minimum required activesupport version to 6.1 (Earlopain)
8
19
* Internal: Update development dependencies (Neil Carvalho)
9
20
Original file line number Diff line number Diff line change 1
1
module FactoryBot
2
- VERSION = "6.5.1 " . freeze
2
+ VERSION = "6.5.2 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments