From 06f0aa0c614c500cccf26e59e3fa8f7d9356e303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 21:23:16 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 30f202c0b..e192c8e1f 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index eea2bc72b..85197af0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)