Skip to content

Commit

Permalink
Update faker requirement from ~> 3.2.1 to ~> 3.4.1
Browse files Browse the repository at this point in the history
Updates the requirements on [faker](https://github.com/faker-ruby/faker) to permit the latest version.
- [Release notes](https://github.com/faker-ruby/faker/releases)
- [Changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)
- [Commits](faker-ruby/faker@v3.2.1...v3.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent 3c458c6 commit 19a1e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freight_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
Dir['test/**/*']
spec.require_paths = ['lib']

spec.add_development_dependency('faker', '~> 3.2.1')
spec.add_development_dependency('faker', '~> 3.4.1')
spec.add_development_dependency('rake', '~> 13.2.1')
spec.add_development_dependency('redcarpet', '~> 3.6.0') # for yard
spec.add_development_dependency('rspec', '~> 3.12')
Expand Down

0 comments on commit 19a1e14

Please sign in to comment.