From 83a3bc63d52c7bc4bf5911394c0d4bad695ba9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:17:46 +0000 Subject: [PATCH] Bump faker from 3.4.2 to 3.5.1 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:production 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 206a769045..d943130b78 100644 --- a/Gemfile +++ b/Gemfile @@ -124,7 +124,7 @@ gem 'rubyzip', '~> 2.3.2' gem 'dalli', '~> 3.2.8' # Generate 'random' values like usernames, emails, ... -gem 'faker', '~> 3.4.2' +gem 'faker', '~> 3.5.1' # Profiling gem 'flamegraph', '~> 0.9.5' diff --git a/Gemfile.lock b/Gemfile.lock index bc93cc6cf4..bc1858dac4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,7 +185,7 @@ GEM factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) - faker (3.4.2) + faker (3.5.1) i18n (>= 1.8.11, < 2) faraday (2.12.0) faraday-net_http (>= 2.0, < 3.4) @@ -589,7 +589,7 @@ DEPENDENCIES ed25519 exception_notification (~> 4.5.0) factory_bot_rails (~> 6.4.3) - faker (~> 3.4.2) + faker (~> 3.5.1) flamegraph (~> 0.9.5) has_scope (~> 0.8.2) hcaptcha (~> 7.1.0)