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 Nov 15, 2024
1 parent 1d13eb5 commit e6e2538
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
8 changes: 4 additions & 4 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ GEM
ed25519 (1.3.0)
erubi (1.13.0)
excon (0.112.0)
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
Expand Down Expand Up @@ -316,7 +316,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 e6e2538

Please sign in to comment.