From aad911b006f5791de3f85dcfa939e2186a3379be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:44:18 +0000 Subject: [PATCH] Bump faker from 3.2.3 to 3.5.1 Bumps [faker](https://github.com/faker-ruby/faker) from 3.2.3 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.2.3...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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1ce3614..54a17f0 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ end group :development, :test do gem 'rspec-rails', '~> 6.1.0' gem 'factory_bot_rails', '~> 6.4.0' - gem 'faker', '~> 3.2.0' + gem 'faker', '~> 3.5.1' end gem 'securerandom', '0.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index 21f058f..d176ea9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,7 +97,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) connection_pool (2.5.0) crass (1.0.6) csv (3.3.2) @@ -143,7 +143,7 @@ GEM factory_bot_rails (6.4.4) factory_bot (~> 6.5) railties (>= 5.0.0) - faker (3.2.3) + faker (3.5.1) i18n (>= 1.8.11, < 2) faraday (2.12.2) faraday-net_http (>= 2.0, < 3.5) @@ -160,7 +160,7 @@ GEM csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) importmap-rails (2.1.0) actionpack (>= 6.0.0) @@ -455,7 +455,7 @@ DEPENDENCIES devise-jwt dotenv-rails factory_bot_rails (~> 6.4.0) - faker (~> 3.2.0) + faker (~> 3.5.1) httparty importmap-rails jbuilder