Use scenic in all environments

This commit is contained in:
gregoirenovel 2017-04-04 11:42:00 +02:00
parent 1817687d55
commit 074c6fe72b

View file

@ -93,6 +93,8 @@ gem 'simple_form'
gem 'newrelic_rpm'
gem 'scenic'
# Sidekiq
gem 'sidekiq'
gem 'sidekiq-cron', '~> 0.4.4'
@ -145,6 +147,3 @@ group :production, :staging do
gem 'sentry-raven'
end
group :production, :staging, :development do
gem 'scenic'
end