Bump acts_as_api

This commit is contained in:
Steffen van Bergerem 2016-08-14 09:25:56 +02:00
parent f1065c8127
commit 9d02c6595d
No known key found for this signature in database
GPG key ID: 2F08F75F9525C7E0
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ gem "diaspora_federation-rails", "0.1.3"
# API and JSON # API and JSON
gem "acts_as_api", "0.4.2" gem "acts_as_api", "0.4.3"
gem "json", "1.8.3" gem "json", "1.8.3"
gem "json-schema", "2.6.2" gem "json-schema", "2.6.2"

View file

@ -44,7 +44,7 @@ GEM
tzinfo (~> 1.1) tzinfo (~> 1.1)
acts-as-taggable-on (3.5.0) acts-as-taggable-on (3.5.0)
activerecord (>= 3.2, < 5) activerecord (>= 3.2, < 5)
acts_as_api (0.4.2) acts_as_api (0.4.3)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
rack (>= 1.1.0) rack (>= 1.1.0)
@ -915,7 +915,7 @@ DEPENDENCIES
active_model_serializers (= 0.9.5) active_model_serializers (= 0.9.5)
activerecord-import (= 0.15.0) activerecord-import (= 0.15.0)
acts-as-taggable-on (= 3.5.0) acts-as-taggable-on (= 3.5.0)
acts_as_api (= 0.4.2) acts_as_api (= 0.4.3)
addressable (= 2.3.8) addressable (= 2.3.8)
asset_sync (= 1.1.0) asset_sync (= 1.1.0)
autoprefixer-rails (= 6.3.6.2) autoprefixer-rails (= 6.3.6.2)