mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump AMS to 0.10.0.rc2
This commit is contained in:
parent
0b33978725
commit
16db36b566
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ source 'https://rubygems.org'
|
|||
|
||||
<%- if options.api? -%>
|
||||
# Use ActiveModelSerializers to serialize JSON responses
|
||||
gem 'active_model_serializers', '~> 0.10.0.rc1'
|
||||
gem 'active_model_serializers', '~> 0.10.0.rc2'
|
||||
|
||||
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
|
||||
# gem 'rack-cors'
|
||||
|
|
Loading…
Reference in a new issue