Skip to content

Commit

Permalink
Bump faker from 3.4.2 to 3.5.1
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]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2024
1 parent 946e4bf commit d4439fe
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 @@ -44,7 +44,7 @@ end
group :development, :test do
gem 'debug', '~> 1.9'
gem 'factory_bot_rails', '~> 6.4'
gem 'faker', '~> 3.4'
gem 'faker', '~> 3.5'
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.4.2)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
ffi (1.17.0)
fugit (1.11.1)
Expand Down Expand Up @@ -299,7 +299,7 @@ DEPENDENCIES
brakeman
debug (~> 1.9)
factory_bot_rails (~> 6.4)
faker (~> 3.4)
faker (~> 3.5)
good_job (~> 4.4)
has_scope (~> 0.8)
image_processing (~> 1.13.0)
Expand Down

0 comments on commit d4439fe

Please sign in to comment.