Skip to content

Commit

Permalink
Bump to 6.4.0 [ci skip]
Browse files Browse the repository at this point in the history
* Added: if `build_stubbed` detects a UUID primary key, generate the correct
  type (Peter Boling, Alexandre Ruban).
* Docs: show examples of Ruby 3 syntactic sugars (Sean Doyle).
* Internal: resolve test warning messages (Mike Burns).
  • Loading branch information
mike-burns committed Nov 17, 2023
1 parent 388f93f commit 12f246d
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (6.3.0)
factory_bot (6.4.0)
activesupport (>= 5.0.0)

GEM
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
@@ -1,5 +1,13 @@
# News

## 6.4.0 (November 17, 2023)

* Added: if `build_stubbed` detects a UUID primary key, generate the correct
type (Peter Boling, Alexandre Ruban).
* Docs: show examples of Ruby 3 syntactic sugars (Sean Doyle).
* Internal: resolve test warning messages (Mike Burns).


## 6.3.0 (September 1, 2023)

* Fix: link to changelog for RubyGems (Berkan Ünal).
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.3.0)
factory_bot (6.4.0)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.3.0)
factory_bot (6.4.0)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.2.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.3.0)
factory_bot (6.4.0)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/6.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.3.0)
factory_bot (6.4.0)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/6.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.3.0)
factory_bot (6.4.0)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/7.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.3.0)
factory_bot (6.4.0)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/main.gemfile.lock
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: ..
specs:
factory_bot (6.3.0)
factory_bot (6.4.0)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = "6.3.0".freeze
VERSION = "6.4.0".freeze
end

0 comments on commit 12f246d

Please sign in to comment.