Skip to content

Commit

Permalink
chore(deps): update factory_bot requirement from ~> 6.4.3 to ~> 6.5.0
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.4.3...v6.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent f5653d1 commit 14e42e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem "capybara"
gem "selenium-webdriver"
gem "factory_bot", "~> 6.4.3"
gem "factory_bot", "~> 6.5.0"
gem "faraday-retry"
gem "faraday-multipart"
gem "faker"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
drb (2.2.1)
dry-initializer (3.1.1)
erubi (1.13.0)
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
faker (3.4.2)
i18n (>= 1.8.11, < 2)
Expand Down Expand Up @@ -426,7 +426,7 @@ DEPENDENCIES
debug
devise (~> 4.9, >= 4.9.3)
devise-two-factor (>= 5.0, < 5.2)
factory_bot (~> 6.4.3)
factory_bot (~> 6.5.0)
faker
faraday-multipart
faraday-retry
Expand Down

0 comments on commit 14e42e4

Please sign in to comment.