Skip to content

Commit

Permalink
Update dependency faker to '~> 3.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 407dfe5 commit 83b3aae
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 @@ -49,7 +49,7 @@ group :development, :test do
gem 'factory_bot_rails', '~> 6.4.3'

# Faker for generating test data
gem 'faker', '~> 3.4.1'
gem 'faker', '~> 3.5.1'

# Stubbing and mocking
gem 'mocha', '~> 2.4.5'
Expand Down
8 changes: 4 additions & 4 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GEM
daemons (~> 1.3)
case_transform (0.2)
activesupport
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
daemons (1.4.1)
Expand All @@ -144,11 +144,11 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.4.1)
faker (3.5.1)
i18n (>= 1.8.11, < 2)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.13.2)
Expand Down Expand Up @@ -319,7 +319,7 @@ DEPENDENCIES
docker-api (~> 2.2.0)
ed25519
factory_bot_rails (~> 6.4.3)
faker (~> 3.4.1)
faker (~> 3.5.1)
mocha (~> 2.4.5)
mysql2 (~> 0.5, >= 0.5.6)
puma (~> 6.4, >= 6.4.2)
Expand Down

0 comments on commit 83b3aae

Please sign in to comment.