Skip to content

Commit

Permalink
build(deps-dev): update factory_bot requirement from ~> 6.3.0 to ~> 6…
Browse files Browse the repository at this point in the history
….4.5

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.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and danilogco committed Jan 18, 2024
1 parent 8504c5c commit 9ef2b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigid_bgcheck.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_dependency "json"
s.add_dependency "cpf_cnpj", "~> 0.5", ">= 0.5"

s.add_development_dependency "factory_bot", "~> 6.3.0"
s.add_development_dependency "factory_bot", "~> 6.4.5"
s.add_development_dependency "pry", "~> 0.14.1"
s.add_development_dependency "rspec", "~> 3.12.0"
s.add_development_dependency "rubocop", "~> 1.60.1"
Expand Down

0 comments on commit 9ef2b74

Please sign in to comment.