Skip to content

Commit 377d699

Browse files
committed
Bump to 6.4.6 [ci skip]
1 parent 6ed466f commit 377d699

File tree

7 files changed

+12
-6
lines changed

7 files changed

+12
-6
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 (6.4.5)
4+
factory_bot (6.4.6)
55
activesupport (>= 5.0.0)
66

77
GEM

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# News
22

3+
## 6.4.6 (January 30, 2023)
4+
5+
* Fix: Bump minimum required Ruby in gemspec (Earlopain).
6+
* Fix: Broken link in `FactoryBot.modify` docs (Matt Brictson).
7+
* Fix: Broken link in `FactoryBot.lint` docs (Anton Dieterle).
8+
39
## 6.4.5 (December 29, 2023)
410

511
* Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns).

gemfiles/6.1.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 (6.4.5)
4+
factory_bot (6.4.6)
55
activesupport (>= 5.0.0)
66

77
GEM

gemfiles/7.0.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 (6.4.5)
4+
factory_bot (6.4.6)
55
activesupport (>= 5.0.0)
66

77
GEM

gemfiles/7.1.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 (6.4.5)
4+
factory_bot (6.4.6)
55
activesupport (>= 5.0.0)
66

77
GEM

gemfiles/main.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GIT
2222
PATH
2323
remote: ..
2424
specs:
25-
factory_bot (6.4.5)
25+
factory_bot (6.4.6)
2626
activesupport (>= 5.0.0)
2727

2828
GEM

lib/factory_bot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module FactoryBot
2-
VERSION = "6.4.5".freeze
2+
VERSION = "6.4.6".freeze
33
end

0 commit comments

Comments
 (0)