From 2487ecc0cd2ce663223296e2de3cbdb921b05e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 21:47:04 +0000 Subject: [PATCH] chore(deps): bump faker from 3.4.1 to 3.5.1 in /api 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] --- api/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 6d9d1766..9ceb2c3f 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -94,7 +94,7 @@ GEM builder (3.3.0) byebug (11.1.3) choice (0.2.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) database_cleaner-active_record (2.1.0) @@ -117,7 +117,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) ffi (1.16.3) friendly_id (5.5.1) @@ -126,7 +126,7 @@ GEM activesupport (>= 6.1) graphql (2.3.7) base64 - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) irb (1.13.2)