Move factory_bot into production dependencies

This commit is contained in:
Daniel Schädler 2019-05-19 15:50:38 +02:00
parent d47111abb8
commit dd9b2dfacd
1 changed files with 2 additions and 1 deletions

View File

@ -40,11 +40,12 @@ gem 'interactor-rails'
gem 'active_model_serializers' gem 'active_model_serializers'
gem 'factory_bot_rails'
group :development, :test do group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console # Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw] gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'coveralls', require: false gem 'coveralls', require: false
gem 'factory_bot_rails'
gem 'faker' gem 'faker'
gem 'rspec-rails' gem 'rspec-rails'
gem 'shoulda-matchers' gem 'shoulda-matchers'