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 ]

View File

@@ -101,6 +101,8 @@ GEM
reline (>= 0.3.8)
drb (2.2.1)
erubi (1.13.0)
faker (3.4.2)
i18n (>= 1.8.11, < 2)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
@@ -274,6 +276,7 @@ DEPENDENCIES
bootsnap
capybara
debug
faker
importmap-rails
jbuilder
puma (>= 5.0)