Skip to content

Commit

Permalink
chore(deps): update factory_bot requirement from ~> 6.0, != 6.4.5 to …
Browse files Browse the repository at this point in the history
…~> 6.4

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.0.0...v6.4.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent 31903ba commit 4e1ab19
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 @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gemspec

gem 'factory_bot', '~> 6.4', '!= 6.4.5'
gem 'factory_bot', '~> 6.4'
gem 'haml_lint', '~> 0.37'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.10'
Expand Down

0 comments on commit 4e1ab19

Please sign in to comment.