Skip to content

Commit

Permalink
Bump faker from 3.4.2 to 3.5.1 (#1839)
Browse files Browse the repository at this point in the history
Bumps [faker](https://github.com/faker-ruby/faker) from 3.4.2 to 3.5.1.
- [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.4.2...v3.5.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 5ae5745 commit d2bfb54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ end

group :development, :test, :review, :separation do
gem "factory_bot_rails"
gem "faker", "~> 3.4"
gem "faker", "~> 3.5"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ GEM
factory_bot_rails (6.4.2)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.4.2)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
Expand Down Expand Up @@ -690,7 +690,7 @@ DEPENDENCIES
dotenv-rails
email_validator
factory_bot_rails
faker (~> 3.4)
faker (~> 3.5)
flipper (~> 1.2.2)
flipper-active_record (~> 1.2.2)
flipper-ui (~> 1.2.2)
Expand Down

0 comments on commit d2bfb54

Please sign in to comment.