Skip to content

Commit

Permalink
Merge pull request #1547 from dodona-edu/renovate/faker-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency faker to '~> 3.4.1'
  • Loading branch information
renovate[bot] authored Jun 24, 2024
2 parents 3a604df + b82fdb1 commit 4d31f83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.3.1'
gem 'faker', '~> 3.4.1'

# Stubbing and mocking
gem 'mocha', '~> 2.3.0'
Expand Down
6 changes: 3 additions & 3 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.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
daemons (1.4.1)
Expand All @@ -144,7 +144,7 @@ GEM
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faker (3.3.1)
faker (3.4.1)
i18n (>= 1.8.11, < 2)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -320,7 +320,7 @@ DEPENDENCIES
docker-api (~> 2.2.0)
ed25519
factory_bot_rails (~> 6.4.3)
faker (~> 3.3.1)
faker (~> 3.4.1)
mocha (~> 2.3.0)
mysql2 (~> 0.5, >= 0.5.6)
puma (~> 6.4, >= 6.4.2)
Expand Down

0 comments on commit 4d31f83

Please sign in to comment.