From b0dd83b77354faaa66c244208339d73fcd514896 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Sun, 5 Jul 2020 19:55:53 +0100 Subject: [PATCH] Update ams dependency comment --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index a389ced8fb..393d7684cc 100644 --- a/Gemfile +++ b/Gemfile @@ -75,8 +75,8 @@ gem 'truncate_html', '0.9.2' gem 'unicorn' gem 'actionpack-action_caching' -# AMS is pinned to 0.8.4 because 0.9.x is a complete re-write, as is 0.10.x -# Once Rails is updated to 5.x we should bump directly to 0.10.x +# AMS 0.9.x and 0.10.x are very different from 0.8.4 and the upgrade is not straight forward +# AMS is deprecated, we will introduce an alternative at some point gem "active_model_serializers", "0.8.4" gem 'activerecord-session_store' gem 'acts-as-taggable-on', '~> 4.0'