Skip to content

Commit

Permalink
Update faker requirement from ~> 2.16 to ~> 3.2 (#1593)
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@v2.16.0...v3.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 25, 2023
1 parent 4d52a74 commit d73856d
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 @@ -32,7 +32,7 @@ group :development, :test do
# gem 'spring'
gem 'database_cleaner'
gem 'factory_bot_rails'
gem 'faker', '~> 2.16'
gem 'faker', '~> 3.2'
gem 'fuzz_ball'
gem 'minitest'
gem 'minitest-focus'
Expand Down

0 comments on commit d73856d

Please sign in to comment.