Bump acts_as_api
This commit is contained in:
parent
f1065c8127
commit
9d02c6595d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue