From 60d2db27329fed0ea3ef10c4ba72f5f65d5a20ee Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 13 Aug 2017 13:56:43 +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 b056a05b8..909afb098 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "diaspora_federation-rails", "0.2.1" # API and JSON -gem "acts_as_api", "1.0.0" +gem "acts_as_api", "1.0.1" gem "json", "2.1.0" gem "json-schema", "2.8.0" diff --git a/Gemfile.lock b/Gemfile.lock index 5ed511fe9..23303759c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM tzinfo (~> 1.1) acts-as-taggable-on (5.0.0) activerecord (>= 4.2.8) - acts_as_api (1.0.0) + acts_as_api (1.0.1) activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) @@ -765,7 +765,7 @@ DEPENDENCIES active_model_serializers (= 0.9.7) activerecord-import (= 0.19.1) acts-as-taggable-on (= 5.0.0) - acts_as_api (= 1.0.0) + acts_as_api (= 1.0.1) addressable (= 2.5.1) asset_sync (= 2.2.0) autoprefixer-rails (= 7.1.2.3)