Skip to content

Commit

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

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

## 6.4.6 (January 30, 2023)

* Fix: Bump minimum required Ruby in gemspec (Earlopain).
* Fix: Broken link in `FactoryBot.modify` docs (Matt Brictson).
* Fix: Broken link in `FactoryBot.lint` docs (Anton Dieterle).

## 6.4.5 (December 29, 2023)

* Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns).
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/6.1.gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (6.4.5)
factory_bot (6.4.6)
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.5)
factory_bot (6.4.6)
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.5)
factory_bot (6.4.6)
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.5)
factory_bot (6.4.6)
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.5".freeze
VERSION = "6.4.6".freeze
end

0 comments on commit 377d699

Please sign in to comment.