mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 10:12:34 +00:00
fix: Account seeder error on staging (#5371)
- Fix for Account seeding error on staging environments
This commit is contained in:
8
Gemfile
8
Gemfile
@@ -131,6 +131,10 @@ gem 'pg_search'
|
||||
# Subscriptions, Billing
|
||||
gem 'stripe'
|
||||
|
||||
## - helper gems --##
|
||||
## to populate db with sample data
|
||||
gem 'faker'
|
||||
|
||||
group :production, :staging do
|
||||
# we dont want request timing out in development while using byebug
|
||||
gem 'rack-timeout'
|
||||
@@ -158,10 +162,6 @@ group :test do
|
||||
gem 'webmock'
|
||||
end
|
||||
|
||||
group :development, :test, :staging do
|
||||
gem 'faker'
|
||||
end
|
||||
|
||||
group :development, :test do
|
||||
gem 'active_record_query_trace'
|
||||
##--- gems for debugging and error reporting ---##
|
||||
|
||||
Reference in New Issue
Block a user