From e993496166b1dd430c88885ac488ca815f8a5b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:46:19 +0000 Subject: [PATCH] Bump factory_bot from 6.2.1 to 6.5.0 Bumps [factory_bot](https://github.com/thoughtbot/factory_bot) from 6.2.1 to 6.5.0. - [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.0) --- updated-dependencies: - dependency-name: factory_bot dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a4311026..ade2c014 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) + 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.8) coderay (1.1.3) concurrent-ruby (1.3.4) + connection_pool (2.4.1) 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,7 +61,7 @@ GEM dry-logic (~> 1.4) zeitwerk (~> 2.6) equatable (0.5.0) - factory_bot (6.2.1) + factory_bot (6.5.0) activesupport (>= 5.0.0) faker (3.1.1) i18n (>= 1.8.11, < 2) @@ -57,6 +69,7 @@ GEM concurrent-ruby (~> 1.0) ice_nine (0.11.2) json (2.6.3) + logger (1.6.2) 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.0) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11)