Skip to content

Commit

Permalink
Bump to 6.4.5 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Dec 30, 2023
1 parent 36bd065 commit 087eff1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (6.4.4)
factory_bot (6.4.5)
activesupport (>= 5.0.0)

GEM
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
@@ -1,5 +1,9 @@
# News

## 6.4.5 (December 29, 2023)

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

## 6.4.4 (December 27, 2023)

* Internal: Remove observer dependency (Earlopain).
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/6.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.4)
factory_bot (6.4.5)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/7.0.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.4)
factory_bot (6.4.5)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/7.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.4)
factory_bot (6.4.5)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/main.gemfile.lock
Expand Up @@ -22,7 +22,7 @@ GIT
PATH
remote: ..
specs:
factory_bot (6.4.4)
factory_bot (6.4.5)
activesupport (>= 5.0.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = "6.4.4".freeze
VERSION = "6.4.5".freeze
end

0 comments on commit 087eff1

Please sign in to comment.