From 9d02c6595dd970a49d6233213a2e0b0aef303d9f Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 14 Aug 2016 09:25:56 +0200 Subject: [PATCH] Bump acts_as_api --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0a4fe57a6..0fad9ef10 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "diaspora_federation-rails", "0.1.3" # API and JSON -gem "acts_as_api", "0.4.2" +gem "acts_as_api", "0.4.3" gem "json", "1.8.3" gem "json-schema", "2.6.2" diff --git a/Gemfile.lock b/Gemfile.lock index 6d27df2f6..a00944254 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM tzinfo (~> 1.1) acts-as-taggable-on (3.5.0) activerecord (>= 3.2, < 5) - acts_as_api (0.4.2) + acts_as_api (0.4.3) activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) @@ -915,7 +915,7 @@ DEPENDENCIES active_model_serializers (= 0.9.5) activerecord-import (= 0.15.0) acts-as-taggable-on (= 3.5.0) - acts_as_api (= 0.4.2) + acts_as_api (= 0.4.3) addressable (= 2.3.8) asset_sync (= 1.1.0) autoprefixer-rails (= 6.3.6.2)