From f8bd6a50840e52250a1aa48ba8939fa908e812c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:04:20 +0000 Subject: [PATCH] Bump factory_bot from 6.2.1 to 6.5.1 Bumps [factory_bot](https://github.com/thoughtbot/factory_bot) from 6.2.1 to 6.5.1. - [Release notes](https://github.com/thoughtbot/factory_bot/releases) - [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md) - [Commits](https://github.com/thoughtbot/factory_bot/compare/v6.2.1...v6.5.1) --- updated-dependencies: - dependency-name: factory_bot dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a4311026..e2565733 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,16 +18,28 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.7.1) - concurrent-ruby (~> 1.0, >= 1.0.2) + activesupport (7.2.2.1) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) ast (2.4.2) + base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.9) coderay (1.1.3) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) diff-lcs (1.5.0) docile (1.4.0) + drb (2.2.1) dry-core (1.0.0) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) @@ -49,14 +61,15 @@ GEM dry-logic (~> 1.4) zeitwerk (~> 2.6) equatable (0.5.0) - factory_bot (6.2.1) - activesupport (>= 5.0.0) + factory_bot (6.5.1) + activesupport (>= 6.1.0) faker (3.1.1) i18n (>= 1.8.11, < 2) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) ice_nine (0.11.2) json (2.6.3) + logger (1.6.5) method_source (1.0.0) minitest (5.25.4) neatjson (0.10.5) @@ -116,6 +129,7 @@ GEM rubocop (~> 1.19) ruby-progressbar (1.13.0) rugged (1.7.2) + securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11)