AMS 0.8.3 was released with the patch we want

This commit is contained in:
Godfrey Chan 2015-04-23 16:20:53 -04:00 committed by Arthur Neves
parent fd5b0bb26b
commit 233f56b6aa
No known key found for this signature in database
GPG Key ID: 04A390FB1E433E17
2 changed files with 3 additions and 11 deletions

10
Gemfile
View File

@ -57,15 +57,7 @@ gem 'mail', '~> 2.5.4'
gem 'hiredis'
gem 'redis', require: ["redis", "redis/connection/hiredis"]
# We use some ams 0.8.0 features, need to amend code
# to support 0.9 etc, bench needs to run and ensure no
# perf regressions
if rails_master?
gem 'active_model_serializers', github: 'rails-api/active_model_serializers', branch: '0-8-stable'
else
gem 'active_model_serializers', '~> 0.8.0'
end
gem 'active_model_serializers', '~> 0.8.3'
gem 'onebox'

View File

@ -22,7 +22,7 @@ GEM
activesupport (= 4.1.10)
builder (~> 3.1)
erubis (~> 2.7.0)
active_model_serializers (0.8.2)
active_model_serializers (0.8.3)
activemodel (>= 3.0)
activemodel (4.1.10)
activesupport (= 4.1.10)
@ -460,7 +460,7 @@ PLATFORMS
DEPENDENCIES
actionpack-action_caching
active_model_serializers (~> 0.8.0)
active_model_serializers (~> 0.8.3)
annotate
babel-transpiler
barber