Skip to content

Commit d2ecad6

Browse files
committed
Bump to 6.4.4
1 parent ac91aeb commit d2ecad6

File tree

10 files changed

+21
-19
lines changed

10 files changed

+21
-19
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
factory_bot (6.4.3)
4+
factory_bot (6.4.4)
55
activesupport (>= 5.0.0)
66

77
GEM
@@ -156,4 +156,4 @@ DEPENDENCIES
156156
yard
157157

158158
BUNDLED WITH
159-
2.3.25
159+
2.4.22

NEWS.md

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

3+
## 6.4.4 (December 27, 2023)
4+
5+
* Internal: Remove observer dependency (Earlopain).
6+
37
## 6.4.3 (December 26, 2023)
48

59
* Fix: Support models without ID setters in build_stubbed (Olivier Bellone).

gemfiles/5.0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
factory_bot (6.4.3)
4+
factory_bot (6.4.4)
55
activesupport (>= 5.0.0)
66

77
GEM
@@ -154,4 +154,4 @@ DEPENDENCIES
154154
yard
155155

156156
BUNDLED WITH
157-
2.3.25
157+
2.4.22

gemfiles/5.1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
factory_bot (6.4.3)
4+
factory_bot (6.4.4)
55
activesupport (>= 5.0.0)
66

77
GEM
@@ -154,4 +154,4 @@ DEPENDENCIES
154154
yard
155155

156156
BUNDLED WITH
157-
2.3.25
157+
2.4.22

gemfiles/5.2.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
factory_bot (6.4.3)
4+
factory_bot (6.4.4)
55
activesupport (>= 5.0.0)
66

77
GEM
@@ -154,4 +154,4 @@ DEPENDENCIES
154154
yard
155155

156156
BUNDLED WITH
157-
2.3.25
157+
2.4.22

gemfiles/6.0.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
factory_bot (6.4.3)
4+
factory_bot (6.4.4)
55
activesupport (>= 5.0.0)
66

77
GEM
@@ -154,4 +154,4 @@ DEPENDENCIES
154154
yard
155155

156156
BUNDLED WITH
157-
2.3.25
157+
2.4.22

gemfiles/6.1.gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
factory_bot (6.4.3)
4+
factory_bot (6.4.4)
55
activesupport (>= 5.0.0)
66

77
GEM
@@ -154,4 +154,4 @@ DEPENDENCIES
154154
yard
155155

156156
BUNDLED WITH
157-
2.3.25
157+
2.4.22

gemfiles/7.0.gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
factory_bot (6.4.3)
4+
factory_bot (6.4.4)
55
activesupport (>= 5.0.0)
66

77
GEM
@@ -140,7 +140,6 @@ GEM
140140
webrick (~> 1.7.0)
141141

142142
PLATFORMS
143-
ruby
144143
x86_64-linux
145144

146145
DEPENDENCIES
@@ -159,4 +158,4 @@ DEPENDENCIES
159158
yard
160159

161160
BUNDLED WITH
162-
2.3.25
161+
2.4.22

gemfiles/main.gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GIT
2222
PATH
2323
remote: ..
2424
specs:
25-
factory_bot (6.4.3)
25+
factory_bot (6.4.4)
2626
activesupport (>= 5.0.0)
2727

2828
GEM
@@ -134,7 +134,6 @@ GEM
134134
simplecov_json_formatter (0.1.4)
135135
sqlite3 (1.6.9)
136136
mini_portile2 (~> 2.8.0)
137-
sqlite3 (1.6.9-arm64-darwin)
138137
standard (1.32.1)
139138
language_server-protocol (~> 3.17.0.2)
140139
lint_roller (~> 1.0)
@@ -176,4 +175,4 @@ DEPENDENCIES
176175
yard
177176

178177
BUNDLED WITH
179-
2.4.10
178+
2.4.22

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.3".freeze
2+
VERSION = "6.4.4".freeze
33
end

0 commit comments

Comments
 (0)