Bump acts_as_api

This commit is contained in:
Steffen van Bergerem 2017-08-13 13:56:43 +02:00
parent 4b1c5685a9
commit 60d2db2732
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ gem "diaspora_federation-rails", "0.2.1"
# API and JSON # API and JSON
gem "acts_as_api", "1.0.0" gem "acts_as_api", "1.0.1"
gem "json", "2.1.0" gem "json", "2.1.0"
gem "json-schema", "2.8.0" gem "json-schema", "2.8.0"

View file

@ -46,7 +46,7 @@ GEM
tzinfo (~> 1.1) tzinfo (~> 1.1)
acts-as-taggable-on (5.0.0) acts-as-taggable-on (5.0.0)
activerecord (>= 4.2.8) activerecord (>= 4.2.8)
acts_as_api (1.0.0) acts_as_api (1.0.1)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
rack (>= 1.1.0) rack (>= 1.1.0)
@ -765,7 +765,7 @@ DEPENDENCIES
active_model_serializers (= 0.9.7) active_model_serializers (= 0.9.7)
activerecord-import (= 0.19.1) activerecord-import (= 0.19.1)
acts-as-taggable-on (= 5.0.0) acts-as-taggable-on (= 5.0.0)
acts_as_api (= 1.0.0) acts_as_api (= 1.0.1)
addressable (= 2.5.1) addressable (= 2.5.1)
asset_sync (= 2.2.0) asset_sync (= 2.2.0)
autoprefixer-rails (= 7.1.2.3) autoprefixer-rails (= 7.1.2.3)