From c1bc2379b0525ac312a39095fea14e5e160adb47 Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:38:17 +0000 Subject: [PATCH] Add faker --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 04fd5dc4b..e9af29d55 100644 --- a/Gemfile +++ b/Gemfile @@ -63,6 +63,7 @@ gem "possessive" gem "auto_strip_attributes" # Use sidekiq for background processing gem "factory_bot_rails" +gem "faker" gem "method_source", "~> 1.1" gem "rails_admin", "~> 3.1" gem "ruby-openai" @@ -76,7 +77,6 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem "byebug", platforms: %i[mri mingw x64_mingw] gem "dotenv-rails" - gem "faker" gem "pry-byebug" gem "parallel_tests"