Skip to content

Commit

Permalink
Merge pull request #1623 from dodona-edu/renovate/faker-3.x
Browse files Browse the repository at this point in the history
Update dependency faker to '~> 3.5.1'
  • Loading branch information
renovate[bot] authored Oct 21, 2024
2 parents aae9ed6 + 83b3aae commit 0705215
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ 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)
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 0705215

Please sign in to comment.