From dd9b2dfacd987f8b82ea05dd03288a6721e86e96 Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Sun, 19 May 2019 15:50:38 +0200 Subject: [PATCH] Move factory_bot into production dependencies --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 60039dd..0a7c3ac 100644 --- a/Gemfile +++ b/Gemfile @@ -40,11 +40,12 @@ gem 'interactor-rails' gem 'active_model_serializers' +gem 'factory_bot_rails' + 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 'coveralls', require: false - gem 'factory_bot_rails' gem 'faker' gem 'rspec-rails' gem 'shoulda-matchers'