From 6c984b7b2ff0caa09722a693f575128b11e86ff6 Mon Sep 17 00:00:00 2001 From: Jelani Woods Date: Wed, 19 Oct 2022 10:16:13 -0500 Subject: [PATCH] Re-add faker gem --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a1a94b4..14cc037 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.7.3' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0.3', '>= 6.0.3.2' # Use sqlite3 as the database for Active Record - +gem "faker" # Use Puma as the app server gem 'puma', '~> 4.1'