diff --git a/Gemfile b/Gemfile index ca4773110d..8230c6a15f 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'andand' gem 'truncate_html' gem 'representative_view' gem 'rabl' -gem "active_model_serializers", '~> 0.8.3' +gem "active_model_serializers" gem 'oj' gem 'deface', :github => 'spree/deface', :ref => '1110a13' gem 'paperclip' diff --git a/Gemfile.lock b/Gemfile.lock index 1477aedf92..37677c043c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -644,7 +644,7 @@ PLATFORMS ruby DEPENDENCIES - active_model_serializers (~> 0.8.3) + active_model_serializers acts-as-taggable-on (~> 3.4) andand angular-rails-templates (~> 0.2.0)