Skip to content

Commit

Permalink
build(deps): update cpf_cnpj requirement from ~> 0.5, >= 0.5 to >= 0.…
Browse files Browse the repository at this point in the history
…5, < 2.0

Updates the requirements on [cpf_cnpj](https://github.com/fnando/cpf_cnpj) to permit the latest version.
- [Commits](fnando/cpf_cnpj@v0.5.0...v1.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and danilogco committed Oct 28, 2024
1 parent 18fd2bf commit 3c0d55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigid_bgcheck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency "bigid_auth", "~> 1.1.0", ">= 1.0.0"
s.add_dependency "i18n"
s.add_dependency "json"
s.add_dependency "cpf_cnpj", "~> 0.5", ">= 0.5"
s.add_dependency "cpf_cnpj", ">= 0.5", "< 2.0"

s.add_development_dependency "factory_bot"
s.add_development_dependency "pry"
Expand Down

0 comments on commit 3c0d55e

Please sign in to comment.