drop support to Ruby 1.9.3 from build matrix

This commit is contained in:
Kara Carrell
2015-12-10 18:11:06 -06:00
committed by Benjamin Fleischer
parent 338868a450
commit 850ac3feaf
2 changed files with 1 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ Features:
CollectionSerializer for clarity, add ActiveModelSerializers.config.collection_serializer (@bf4)
Fixes:
- [#1360](https://github.com/rails-api/active_model_serializers/pull/1360) Update Travis CI build matrix with ruby 2.2.3 supporting rails5 (@karaAJC)
- [#1239](https://github.com/rails-api/active_model_serializers/pull/1239) Fix duplicates in JSON API compound documents (@beauby)
- [#1214](https://github.com/rails-api/active_model_serializers/pull/1214) retrieve the key from the reflection options when building associations (@NullVoxPopuli, @hut8)
- [#1358](https://github.com/rails-api/active_model_serializers/pull/1358) Handle serializer file paths with spaces (@rwstauner, @bf4)