Bump acts_as_api

This commit is contained in:
Steffen van Bergerem 2017-03-02 15:51:58 +01:00 committed by Benjamin Neff
parent 00e740bca4
commit e98d9501c4
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ gem "diaspora_federation-rails", "0.1.7"
# API and JSON # API and JSON
gem "acts_as_api", "0.4.3" gem "acts_as_api", "1.0.0"
gem "json", "1.8.6" gem "json", "1.8.6"
gem "json-schema", "2.7.0" gem "json-schema", "2.7.0"

View file

@ -42,7 +42,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.3) acts_as_api (1.0.0)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
rack (>= 1.1.0) rack (>= 1.1.0)
@ -788,7 +788,7 @@ DEPENDENCIES
active_model_serializers (= 0.9.5) active_model_serializers (= 0.9.5)
activerecord-import (= 0.17.1) activerecord-import (= 0.17.1)
acts-as-taggable-on (= 3.5.0) acts-as-taggable-on (= 3.5.0)
acts_as_api (= 0.4.3) acts_as_api (= 1.0.0)
addressable (= 2.4.0) addressable (= 2.4.0)
asset_sync (= 2.0.0) asset_sync (= 2.0.0)
autoprefixer-rails (= 6.5.1) autoprefixer-rails (= 6.5.1)