Move factory_bot into production dependencies
This commit is contained in:
parent
d47111abb8
commit
dd9b2dfacd
3
Gemfile
3
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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue