diff --git a/Gemfile b/Gemfile index 0c34340f28..42bfc4a540 100644 --- a/Gemfile +++ b/Gemfile @@ -180,7 +180,7 @@ end group :test, :development do gem 'bullet', '~> 7.1.4' - gem 'factory_bot_rails', '~> 6.2.0' + gem 'factory_bot_rails', '~> 6.4.2' gem 'oink', '~> 0.10.1' gem 'rspec-activemodel-mocks', '~> 1.1.0' gem 'rspec-rails', '~> 6.0.3' diff --git a/Gemfile.lock b/Gemfile.lock index 6c807ee53a..ecc0baf189 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,10 +199,10 @@ GEM actionmailer (>= 5.2, < 8) activesupport (>= 5.2, < 8) execjs (2.7.0) - factory_bot (6.2.0) + factory_bot (6.4.2) activesupport (>= 5.0.0) - factory_bot_rails (6.2.0) - factory_bot (~> 6.2.0) + factory_bot_rails (6.4.2) + factory_bot (~> 6.4) railties (>= 5.0.0) fancybox-rails (0.3.1) railties (>= 3.1.0) @@ -299,7 +299,7 @@ GEM libv8-node (18.16.0.0-x86_64-darwin) libv8-node (18.16.0.0-x86_64-linux) locale (2.1.3) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mahoro (0.5) @@ -515,7 +515,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.2.2) + thor (1.3.0) tilt (2.0.10) timeout (0.4.0) trailblazer-option (0.1.2) @@ -550,7 +550,7 @@ GEM rexml xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.11) + zeitwerk (2.6.12) zip_tricks (5.6.0) PLATFORMS @@ -576,7 +576,7 @@ DEPENDENCIES charlock_holmes (~> 0.7.7) dalli (~> 3.2.6) exception_notification (~> 4.5.0) - factory_bot_rails (~> 6.2.0) + factory_bot_rails (~> 6.4.2) fancybox-rails (~> 0.3.0) fast_gettext (~> 2.3.0) fivemat (~> 1.3.7)