Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot_rails (6.5.0)
factory_bot_rails (6.5.1)
factory_bot (~> 6.5)
railties (>= 6.1.0)

Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ there might not be any notable changes in new versions of this project.

# NEWS

## 6.5.1 (September 5, 2025)

* Add: Add AuthenticationGenerator for users factory creation (Rodrigo Toledo)
* Changed: Update required_ruby_version to require >= Ruby 3.1 (y-yagi)
* Internal: Fix Cucumber tests (Neil Carvalho)

## 6.5.0 (June 13, 2025)

* Add: First-party support for [`file_fixture`](https://api.rubyonrails.org/classes/ActiveSupport/Testing/FileFixtures.html#method-i-file_fixture) within factory blocks (Sean Doyle)
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_bot_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FactoryBotRails
VERSION = "6.5.0".freeze
VERSION = "6.5.1".freeze
end