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 Nov 7, 2024
1 parent d305201 commit 0f4bcd5
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 @@ -33,7 +33,7 @@ end

group :test do
gem 'factory_bot', '~> 6.5'
gem 'faker', '~> 3.4'
gem 'faker', '~> 3.5'
gem 'rack-test', '~> 2.1'
gem 'rspec', '~> 3.13'
gem 'simplecov', '~> 0.22.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
erubi (1.12.0)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
faker (3.4.2)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
ffi (1.16.3)
formatador (1.1.0)
Expand Down Expand Up @@ -274,7 +274,7 @@ DEPENDENCIES
bundler-audit (~> 0.9.2)
config (~> 5.5)
factory_bot (~> 6.5)
faker (~> 3.4)
faker (~> 3.5)
grape (~> 2.1)
grape-entity (~> 1.0.0)
grape-jwt-authentication (~> 2.4)
Expand Down

0 comments on commit 0f4bcd5

Please sign in to comment.