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 0abe26c commit 1124a27Copy full SHA for 1124a27
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- factory_bot (6.5.2)
+ factory_bot (6.5.3)
5
activesupport (>= 6.1.0)
6
7
GEM
NEWS.md
@@ -1,5 +1,10 @@
# News
+## 6.5.3 (June 2, 2025)
+
+ * Fix: Factory sequences without blocks (CodeMeister)
+ * Added: New methods for setting, generating and rewinding sequences (CodeMeister)
8
## 6.5.2 (May 30, 2025)
9
10
* Changed: Updated "verbose linting" test to allow for backtrace changes in Ruby 3.4 (CodeMeister)
lib/factory_bot/version.rb
@@ -1,3 +1,3 @@
module FactoryBot
- VERSION = "6.5.2".freeze
+ VERSION = "6.5.3".freeze
end
0 commit comments