diff --git a/Gemfile b/Gemfile index 0a4fe57a6551e6bc78fb14737844d89db0b8df62..0fad9ef1011754394ab17f666e112d6dbe0ae248 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 6d27df2f6ec276f9e059858d5c3160a14db04bec..a00944254f6f2a882deb1471775977b7b204f4b0 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)