Skip to content

Commit 850ac3f

Browse files
KaraAJCbf4
authored andcommitted
drop support to Ruby 1.9.3 from build matrix
1 parent 338868a commit 850ac3f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: ruby
33
sudo: false
44

55
rvm:
6-
- 1.9.3
76
- 2.0.0
87
- 2.1
98
- 2.2.3
@@ -26,8 +25,6 @@ env:
2625

2726
matrix:
2827
exclude:
29-
- rvm: 1.9.3
30-
env: RAILS_VERSION=master
3128
- rvm: 2.0.0
3229
env: RAILS_VERSION=master
3330
- rvm: 2.1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Features:
2525
CollectionSerializer for clarity, add ActiveModelSerializers.config.collection_serializer (@bf4)
2626

2727
Fixes:
28+
- [#1360](https://github.com/rails-api/active_model_serializers/pull/1360) Update Travis CI build matrix with ruby 2.2.3 supporting rails5 (@karaAJC)
2829
- [#1239](https://github.com/rails-api/active_model_serializers/pull/1239) Fix duplicates in JSON API compound documents (@beauby)
2930
- [#1214](https://github.com/rails-api/active_model_serializers/pull/1214) retrieve the key from the reflection options when building associations (@NullVoxPopuli, @hut8)
3031
- [#1358](https://github.com/rails-api/active_model_serializers/pull/1358) Handle serializer file paths with spaces (@rwstauner, @bf4)

0 commit comments

Comments
 (0)