From 4529d80431ca2994c5cde13f1fb3e51fe83fdd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:43:31 +0000 Subject: [PATCH] Bump faker from 3.4.1 to 3.5.1 in /back Bumps [faker](https://github.com/faker-ruby/faker) from 3.4.1 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.1...v3.5.1) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- back/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/Gemfile.lock b/back/Gemfile.lock index 29ec205188c2..e6c11a8fc65c 100644 --- a/back/Gemfile.lock +++ b/back/Gemfile.lock @@ -593,7 +593,7 @@ GEM factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) - faker (3.4.1) + faker (3.5.1) i18n (>= 1.8.11, < 2) faraday (2.9.2) faraday-net_http (>= 2.0, < 3.2)