From 5386b29b26afcea0a5ad4563c5cd2068a359af6b Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Thu, 23 Apr 2015 16:20:53 -0400 Subject: [PATCH] AMS 0.8.3 was released with the patch we want --- Gemfile | 10 +--------- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 50a64cb1392..0affcb95da6 100644 --- a/Gemfile +++ b/Gemfile @@ -91,15 +91,7 @@ gem 'mail', '~> 2.5.4' gem 'hiredis' gem 'redis', require: ["redis", "redis/connection/hiredis"] -# We use some ams 0.8.0 features, need to amend code -# to support 0.9 etc, bench needs to run and ensure no -# perf regressions -if rails_master? - gem 'active_model_serializers', github: 'rails-api/active_model_serializers', branch: '0-8-stable' -else - gem 'active_model_serializers', '~> 0.8.0' -end - +gem 'active_model_serializers', '~> 0.8.3' gem 'onebox' diff --git a/Gemfile.lock b/Gemfile.lock index 865cf4252e6..b85d4b8e90f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GEM activesupport (= 4.1.9) builder (~> 3.1) erubis (~> 2.7.0) - active_model_serializers (0.8.2) + active_model_serializers (0.8.3) activemodel (>= 3.0) activemodel (4.1.9) activesupport (= 4.1.9) @@ -457,7 +457,7 @@ PLATFORMS DEPENDENCIES actionpack-action_caching - active_model_serializers (~> 0.8.0) + active_model_serializers (~> 0.8.3) annotate babel-transpiler barber