Added gem faker

This commit is contained in:
David Böhm
2024-07-27 11:34:43 +02:00
parent 7cdf7e4427
commit 723ec590f5
2 changed files with 5 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ gem "bootsnap", require: false
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
# gem "image_processing", "~> 1.2"
gem "faker"
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri windows ]