Skip to content

Commit

Permalink
Update dependency factory_bot_rails to '~> 6.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2025
1 parent 10ba337 commit 2528a34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
20 changes: 10 additions & 10 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,16 +144,16 @@ 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)
faker (3.5.1)
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)
Expand All @@ -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)
Expand Down Expand Up @@ -196,21 +196,21 @@ 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)
parallel (1.26.3)
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)
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 2528a34

Please sign in to comment.