Bump faker from 3.4.2 to 3.5.1

Note we aren't updating concurrent-ruby (which Dependabot would have
updated) due to an incompatibility with Rails 7.0.

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](https://github.com/faker-ruby/faker/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-01 21:23:16 +00:00
committed by Javi Martín
parent 005e4bcfb3
commit 06f0aa0c61
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ gem "wkhtmltopdf-binary", "~> 0.12.6"
group :development, :test do
gem "debug", "~> 1.9.2"
gem "factory_bot_rails", "~> 6.4.4"
gem "faker", "~> 3.4.2"
gem "faker", "~> 3.5.1"
gem "i18n-tasks", "~> 0.9.37"
gem "knapsack_pro", "~> 7.8.0"
gem "launchy", "~> 3.1.0"

View File

@@ -222,7 +222,7 @@ GEM
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
faker (3.4.2)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
@@ -743,7 +743,7 @@ DEPENDENCIES
erb_lint (~> 0.9.0)
exiftool_vendored (~> 12.97.0)
factory_bot_rails (~> 6.4.4)
faker (~> 3.4.2)
faker (~> 3.5.1)
faraday-retry (~> 2.2.1)
file_validators (~> 3.0.0)
font-awesome-sass (~> 5.15.1)