From 0764f7bf1dd61a780b8ba7515cf8ee05c787d998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 12:14:01 +0000 Subject: [PATCH] chore(deps): update dependency factory_bot_rails to '< 6.5.2' --- Gemfile | 2 +- Gemfile.lock | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Gemfile b/Gemfile index 9bc59f4..f714d81 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ group :test do # Use system testing [https://guides.rubyonrails.org/testing.html#system-testing] gem 'capybara' gem 'database_cleaner-active_record' - gem 'factory_bot_rails', '< 6.4' + gem 'factory_bot_rails', '< 6.5.2' gem 'faker' gem 'shoulda-matchers' # RSpec matchers for JSON API. diff --git a/Gemfile.lock b/Gemfile.lock index 22d9e59..4dd0180 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,7 +77,7 @@ GEM bootsnap (1.17.0) msgpack (~> 1.2) brakeman (6.0.1) - builder (3.2.4) + builder (3.3.0) bundler-audit (0.9.1) bundler (>= 1.2.0, < 3) thor (~> 1.0) @@ -92,7 +92,7 @@ GEM xpath (~> 3.2) childprocess (4.1.0) coderay (1.1.3) - concurrent-ruby (1.2.2) + concurrent-ruby (1.3.5) connection_pool (2.4.1) crass (1.0.6) database_cleaner-active_record (2.1.0) @@ -128,12 +128,12 @@ GEM dry-core (1.0.1) concurrent-ruby (~> 1.0) zeitwerk (~> 2.6) - erubi (1.12.0) - factory_bot (6.2.1) - activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) - railties (>= 5.0.0) + erubi (1.13.1) + factory_bot (6.5.6) + activesupport (>= 6.1.0) + factory_bot_rails (6.5.1) + factory_bot (~> 6.5) + railties (>= 6.1.0) faker (3.2.2) i18n (>= 1.8.11, < 2) fasterer (0.11.0) @@ -143,7 +143,7 @@ GEM has_scope (0.8.2) actionpack (>= 5.2) activesupport (>= 5.2) - i18n (1.14.1) + i18n (1.14.7) concurrent-ruby (~> 1.0) iniparse (1.5.0) io-console (0.6.0) @@ -171,7 +171,7 @@ GEM tomlrb (>= 1.3, < 2.1) with_env (= 1.1.0) xml-simple (~> 1.1.9) - loofah (2.22.0) + loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -181,9 +181,9 @@ GEM net-smtp marcel (1.0.2) matrix (0.4.2) - method_source (1.0.0) + method_source (1.1.0) mini_mime (1.1.5) - minitest (5.20.0) + minitest (5.26.2) msgpack (1.7.2) net-imap (0.4.5) date @@ -195,9 +195,9 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.6.0) - nokogiri (1.15.5-arm64-darwin) + nokogiri (1.18.10-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.5-x86_64-linux) + nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) orm_adapter (0.5.0) overcommit (0.60.0) @@ -218,13 +218,13 @@ GEM public_suffix (5.0.4) puma (6.4.0) nio4r (~> 2.0) - racc (1.7.3) - rack (2.2.8) + racc (1.8.1) + rack (2.2.21) rack-cors (2.0.1) rack (>= 2.0.0) rack-proxy (0.7.7) rack - rack-test (2.1.0) + rack-test (2.2.0) rack (>= 1.3) rails (7.0.8) actioncable (= 7.0.8) @@ -240,13 +240,13 @@ GEM activesupport (= 7.0.8) bundler (>= 1.15.0) railties (= 7.0.8) - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (7.0.8) actionpack (= 7.0.8) activesupport (= 7.0.8) @@ -255,7 +255,7 @@ GEM thor (~> 1.0) zeitwerk (~> 2.5) rainbow (3.1.1) - rake (13.1.0) + rake (13.3.1) ransack (4.1.1) activerecord (>= 6.1.5) activesupport (>= 6.1.5) @@ -342,7 +342,7 @@ GEM simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) stringio (3.0.9) - thor (1.3.0) + thor (1.4.0) timeout (0.4.1) tomlrb (2.0.3) tzinfo (2.0.6) @@ -380,7 +380,7 @@ GEM rexml xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.12) + zeitwerk (2.7.3) PLATFORMS arm64-darwin-21 @@ -398,7 +398,7 @@ DEPENDENCIES devise devise-jwt dotenv-rails - factory_bot_rails (< 6.4) + factory_bot_rails (< 6.5.2) faker fasterer has_scope