Skip to content

Commit

Permalink
Bump to 6.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Dec 27, 2023
1 parent ac91aeb commit d2ecad6
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (6.4.3)
factory_bot (6.4.4)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -156,4 +156,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.25
2.4.22
4 changes: 4 additions & 0 deletions NEWS.md
@@ -1,5 +1,9 @@
# News

## 6.4.4 (December 27, 2023)

* Internal: Remove observer dependency (Earlopain).

## 6.4.3 (December 26, 2023)

* Fix: Support models without ID setters in build_stubbed (Olivier Bellone).
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/5.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.3)
factory_bot (6.4.4)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -154,4 +154,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.25
2.4.22
4 changes: 2 additions & 2 deletions gemfiles/5.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.3)
factory_bot (6.4.4)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -154,4 +154,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.25
2.4.22
4 changes: 2 additions & 2 deletions gemfiles/5.2.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.3)
factory_bot (6.4.4)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -154,4 +154,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.25
2.4.22
4 changes: 2 additions & 2 deletions gemfiles/6.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.3)
factory_bot (6.4.4)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -154,4 +154,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.25
2.4.22
4 changes: 2 additions & 2 deletions gemfiles/6.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.3)
factory_bot (6.4.4)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -154,4 +154,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.25
2.4.22
5 changes: 2 additions & 3 deletions gemfiles/7.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.3)
factory_bot (6.4.4)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -140,7 +140,6 @@ GEM
webrick (~> 1.7.0)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -159,4 +158,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.3.25
2.4.22
5 changes: 2 additions & 3 deletions gemfiles/main.gemfile.lock
Expand Up @@ -22,7 +22,7 @@ GIT
PATH
remote: ..
specs:
factory_bot (6.4.3)
factory_bot (6.4.4)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -134,7 +134,6 @@ GEM
simplecov_json_formatter (0.1.4)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
sqlite3 (1.6.9-arm64-darwin)
standard (1.32.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -176,4 +175,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.4.10
2.4.22
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = "6.4.3".freeze
VERSION = "6.4.4".freeze
end

0 comments on commit d2ecad6

Please sign in to comment.