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:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 76f5ab3 commit 83a3bc6
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 @@ -124,7 +124,7 @@ gem 'rubyzip', '~> 2.3.2'
gem 'dalli', '~> 3.2.8'

# Generate 'random' values like usernames, emails, ...
gem 'faker', '~> 3.4.2'
gem 'faker', '~> 3.5.1'

# Profiling
gem 'flamegraph', '~> 0.9.5'
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.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.4.2)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
Expand Down Expand Up @@ -589,7 +589,7 @@ DEPENDENCIES
ed25519
exception_notification (~> 4.5.0)
factory_bot_rails (~> 6.4.3)
faker (~> 3.4.2)
faker (~> 3.5.1)
flamegraph (~> 0.9.5)
has_scope (~> 0.8.2)
hcaptcha (~> 7.1.0)
Expand Down

0 comments on commit 83a3bc6

Please sign in to comment.