Skip to content

Commit 138ae7d

Browse files
committed
Bump to 6.4.3
1 parent 890761c commit 138ae7d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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.2)
4+
factory_bot (6.4.3)
55
activesupport (>= 5.0.0)
66
observer
77

gemfiles/5.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.2)
4+
factory_bot (6.4.3)
55
activesupport (>= 5.0.0)
66

77
GEM

gemfiles/5.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.2)
4+
factory_bot (6.4.3)
55
activesupport (>= 5.0.0)
66

77
GEM

gemfiles/5.2.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.2)
4+
factory_bot (6.4.3)
55
activesupport (>= 5.0.0)
66

77
GEM

gemfiles/6.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.2)
4+
factory_bot (6.4.3)
55
activesupport (>= 5.0.0)
66

77
GEM

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.2)
4+
factory_bot (6.4.3)
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.2)
4+
factory_bot (6.4.3)
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.2)
25+
factory_bot (6.4.3)
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.2".freeze
2+
VERSION = "6.4.3".freeze
33
end

0 commit comments

Comments
 (0)