From cdb68a65c2fa0d87bbd2e633702c984113022ce9 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Mon, 14 Jul 2014 17:43:36 +0200 Subject: [PATCH] more production fixes --- Gemfile | 1 + Gemfile.lock | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fb5abbca..740418a2 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,7 @@ gem 'slim-rails' # Gems used only for assets and not required # in production environments by default. +gem 'active_model_serializers' # explicitly outside assets group :assets do gem 'jquery-rails' gem 'jquery-ui-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 4e09eff1..70df942a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: git://github.com/bterkuile/cmtool.git - revision: af57f9389245001e1a36e9c01383b031ca402e03 + revision: 9d25f38bbf6cb83c38845f2a8fbb183aaa44ab3f specs: cmtool (1.0.0) bourbon @@ -410,6 +410,7 @@ PLATFORMS DEPENDENCIES active_decorator + active_model_serializers bootstrap-sass (~> 2.3) bourbon capistrano (~> 3.0)