From 428a0e287e8c24cec059ba0f7a7b910c0f066775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:13:16 +0000 Subject: [PATCH] Bump faker from 3.5.1 to 3.5.2 Bumps [faker](https://github.com/faker-ruby/faker) from 3.5.1 to 3.5.2. - [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.5.1...v3.5.2) --- updated-dependencies: - dependency-name: faker dependency-version: 3.5.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7e3cd0757..4d1718a7d 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,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.5.1" + gem "faker", "~> 3.5.2" gem "i18n-tasks", "~> 0.9.37" gem "knapsack_pro", "~> 8.3.0" gem "launchy", "~> 3.1.1" diff --git a/Gemfile.lock b/Gemfile.lock index 2bdff0ea1..ad6279569 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -242,7 +242,7 @@ GEM factory_bot_rails (6.4.4) factory_bot (~> 6.5) railties (>= 5.0.0) - faker (3.5.1) + faker (3.5.2) i18n (>= 1.8.11, < 2) faraday (2.13.1) faraday-net_http (>= 2.0, < 3.5) @@ -831,7 +831,7 @@ DEPENDENCIES erb_lint (~> 0.9.0) exiftool_vendored (~> 13.30.0) factory_bot_rails (~> 6.4.4) - faker (~> 3.5.1) + faker (~> 3.5.2) faraday-retry (~> 2.3.1) file_validators (~> 3.0.0) font-awesome-sass (~> 5.15.1)