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 Jan 17, 2025
1 parent 19eb688 commit 026f7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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 026f7e6

Please sign in to comment.