From 48fd5ab3d06c0829595f90f2ebe89af71f1ad39e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:47:52 +0000 Subject: [PATCH] Bump faker from 3.4.1 to 3.4.2 Bumps [faker](https://github.com/faker-ruby/faker) from 3.4.1 to 3.4.2. - [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.4.2) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index aaa237a31..605865f3b 100644 --- a/Gemfile +++ b/Gemfile @@ -66,7 +66,7 @@ gem "wkhtmltopdf-binary", "~> 0.12.6" group :development, :test do gem "debug", "~> 1.9.2" gem "factory_bot_rails", "~> 6.4.3" - gem "faker", "~> 3.4.1" + gem "faker", "~> 3.4.2" gem "i18n-tasks", "~> 0.9.37" gem "knapsack_pro", "~> 7.6.2" gem "launchy", "~> 2.5.2" diff --git a/Gemfile.lock b/Gemfile.lock index bd00425e4..3a9893414 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crass (1.0.6) daemons (1.4.1) dalli (3.2.8) @@ -218,7 +218,7 @@ GEM factory_bot_rails (6.4.3) factory_bot (~> 6.4) railties (>= 5.0.0) - faker (3.4.1) + faker (3.4.2) i18n (>= 1.8.11, < 2) faraday (2.9.0) faraday-net_http (>= 2.0, < 3.2) @@ -271,7 +271,7 @@ GEM mutex_m nkf rack (>= 2.0, < 3.1) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) i18n-tasks (0.9.37) activesupport (>= 4.0.2) @@ -727,7 +727,7 @@ DEPENDENCIES erb_lint (~> 0.5.0) exiftool_vendored (~> 12.80.0) factory_bot_rails (~> 6.4.3) - faker (~> 3.4.1) + faker (~> 3.4.2) file_validators (~> 3.0.0) font-awesome-sass (~> 5.15.1) foundation_rails_helper (~> 4.0.1)