Skip to content

Commit 3346305

Browse files
committed
Bump to 6.4.0 [ci skip]
This is an empty release that brings us back up to consistency with factory_bot's version number.
1 parent 438d035 commit 3346305

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
factory_bot_rails (6.3.0)
4+
factory_bot_rails (6.4.0)
55
factory_bot (~> 6.4)
66
railties (>= 5.0.0)
77

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ there might not be any notable changes in new versions of this project.
33

44
# NEWS
55

6+
## 6.4.0 (November 17, 2023)
7+
8+
* Releasing this for consistency with the factory\_bot dependency.
9+
610
## 6.3.0 (November 17, 2023)
711

812
* Changed: reject sequence definitions for ActiveRecord primary keys (Sean

factory_bot_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "factory_bot_rails"
3-
s.version = "6.3.0"
3+
s.version = "6.4.0"
44
s.authors = ["Joe Ferris"]
55
s.email = "[email protected]"
66
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"

0 commit comments

Comments
 (0)