Skip to content

Commit

Permalink
Update factory_bot requirement from ~> 6.3.0 to ~> 6.4.6
Browse files Browse the repository at this point in the history
Updates the requirements on [factory_bot](https://github.com/thoughtbot/factory_bot) to permit the latest version.
- [Release notes](https://github.com/thoughtbot/factory_bot/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot@v6.3.0...v6.4.6)

---
updated-dependencies:
- dependency-name: factory_bot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 359c040 commit df24f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "https://rubygems.org"
gemspec

gem "factory_bot", "~> 6.3.0"
gem "factory_bot", "~> 6.4.6"
gem "minitest", "~> 5.11"
gem "minitest-snapshots", "~> 1.1"
gem "mocha", "~> 2.4"
Expand Down

0 comments on commit df24f8f

Please sign in to comment.