From 6f2c25194cca15ec84736ff89c0b4500d974f69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:03:41 +0000 Subject: [PATCH] Bump faker from 3.5.3 to 3.6.0 Bumps [faker](https://github.com/faker-ruby/faker) from 3.5.3 to 3.6.0. - [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.5.3...v3.6.0) --- updated-dependencies: - dependency-name: faker dependency-version: 3.6.0 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 6dd998a..b63705a 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'vite_rails', '~> 3.0.20' group :development, :test do gem 'dotenv-rails', '~> 3.2.0' gem 'factory_bot_rails', '~> 6.5.1' - gem 'faker', '~> 3.5.3' + gem 'faker', '~> 3.6.0' gem 'pry', '~> 0.16.0' gem 'rspec-rails', '~> 8.0.2' end diff --git a/Gemfile.lock b/Gemfile.lock index 68a3c39..419f95b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM childprocess (5.1.0) logger (~> 1.5) coderay (1.1.3) - concurrent-ruby (1.3.5) + concurrent-ruby (1.3.6) connection_pool (2.5.4) crass (1.0.6) date (3.4.1) @@ -102,7 +102,7 @@ GEM factory_bot_rails (6.5.1) factory_bot (~> 6.5) railties (>= 6.1.0) - faker (3.5.3) + faker (3.6.0) i18n (>= 1.8.11, < 2) faraday (2.14.0) faraday-net_http (>= 2.0, < 3.5) @@ -116,7 +116,7 @@ GEM thor (~> 1.4) globalid (1.3.0) activesupport (>= 6.1) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) io-console (0.8.1) irb (1.15.2) @@ -318,7 +318,7 @@ PLATFORMS DEPENDENCIES dotenv-rails (~> 3.2.0) factory_bot_rails (~> 6.5.1) - faker (~> 3.5.3) + faker (~> 3.6.0) foreman (~> 0.90.0) letter_opener (~> 1.10.0) mailgun-ruby (~> 1.4.1)