From 2171d6aba389cca3639434041eb26086366e2e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:23:17 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 389ba5e..202be0c 100644 --- a/Gemfile +++ b/Gemfile @@ -58,4 +58,4 @@ end gem "browser", "~> 5.3" -gem "faker", "~> 3.4" +gem "faker", "~> 3.5" diff --git a/Gemfile.lock b/Gemfile.lock index 6006d7d..48c698c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,11 +102,11 @@ GEM reline (>= 0.3.8) drb (2.2.1) erubi (1.13.0) - faker (3.4.2) + faker (3.5.1) i18n (>= 1.8.11, < 2) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) importmap-rails (2.0.1) actionpack (>= 6.0.0) @@ -329,7 +329,7 @@ DEPENDENCIES browser (~> 5.3) capybara debug - faker (~> 3.4) + faker (~> 3.5) importmap-rails puma (>= 5.0) rails (~> 7.2.1)