diff --git a/api/Gemfile b/api/Gemfile index adbf8f301..70a163a76 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -46,7 +46,7 @@ group :development, :test do gem 'debug', platforms: %i[mri mingw x64_mingw] # Factory bot for testing factories - gem 'factory_bot_rails', '~> 6.4.3' + gem 'factory_bot_rails', '~> 6.4.4' # Faker for generating test data gem 'faker', '~> 3.5.1' diff --git a/api/Gemfile.lock b/api/Gemfile.lock index d6a6b893c..cc9103f10 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -144,8 +144,8 @@ GEM ed25519 (1.3.0) erubi (1.13.1) excon (1.2.3) - factory_bot (6.5.0) - activesupport (>= 5.0.0) + factory_bot (6.5.1) + activesupport (>= 6.1.0) factory_bot_rails (6.4.4) factory_bot (~> 6.5) railties (>= 5.0.0) @@ -153,7 +153,7 @@ GEM i18n (>= 1.8.11, < 2) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) io-console (0.8.0) irb (1.14.3) @@ -162,7 +162,7 @@ GEM json (2.9.1) jsonapi-renderer (0.2.2) language_server-protocol (3.17.0.3) - logger (1.6.5) + logger (1.6.6) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -196,7 +196,7 @@ GEM net-protocol net-ssh (7.3.0) nio4r (2.7.4) - nokogiri (1.18.1) + nokogiri (1.18.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) ostruct (0.6.1) @@ -204,13 +204,13 @@ GEM parser (3.3.7.0) ast (~> 2.4.1) racc - psych (5.2.2) + psych (5.2.3) date stringio puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.8) + rack (3.1.10) rack-cors (2.0.2) rack (>= 2.0.0) rack-session (2.1.0) @@ -293,7 +293,7 @@ GEM net-ssh (>= 2.8.0) ostruct stackprof (0.2.27) - stringio (3.1.2) + stringio (3.1.5) thor (1.3.2) timeout (0.4.3) tzinfo (2.0.6) @@ -305,7 +305,7 @@ GEM base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.7.1) + zeitwerk (2.7.2) PLATFORMS ruby @@ -326,7 +326,7 @@ DEPENDENCIES delayed_job_active_record docker-api (~> 2.3.0) ed25519 - factory_bot_rails (~> 6.4.3) + factory_bot_rails (~> 6.4.4) faker (~> 3.5.1) mocha (~> 2.4.5) mysql2 (~> 0.5, >= 0.5.6)