aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-12-20 17:34:26 +0000
committerMatthew Lemon <y@yulqen.org>2023-12-20 17:34:40 +0000
commit09064bb219279162ba3f84b6287247f9a654dc6c (patch)
tree1e314b83f5bf85e46a521cb4970b2d05c7bf5af2 /Gemfile
parentd5f5c3d7f2d92c180c56053c994a148afd63118a (diff)
Properly configures factory_bot and adds Faker
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index cea169a..9638195 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,6 +52,7 @@ group :development, :test do
gem "debug", platforms: %i[ mri windows ]
gem 'rspec-rails', '~> 6.1.0'
gem 'factory_bot_rails'
+ gem 'faker'
end
group :development do