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 11PATH
22 remote: .
33 specs:
4- factory_bot (6.5.0 )
4+ factory_bot (6.5.2 )
55 activesupport (>= 6.1.0 )
66
77GEM
Original file line number Diff line number Diff line change 11# News
22
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+
314## 6.5.1 (January 31, 2025)
415
516 * 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 )
718 * Fix: Bump the minimum required activesupport version to 6.1 (Earlopain)
819 * Internal: Update development dependencies (Neil Carvalho)
920
Original file line number Diff line number Diff line change 11module FactoryBot
2- VERSION = "6.5.1 " . freeze
2+ VERSION = "6.5.2 " . freeze
33end
You can’t perform that action at this time.
0 commit comments