Skip to content

Commit 488370f

Browse files
maurogeorgebf4
authored andcommitted
Drop support to Ruby 1.9.3
1 parent 850ac3f commit 488370f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Breaking changes:
44

5+
- Drop support to Ruby 1.9.3 (@maurogeorge)
56
- [#1131](https://github.com/rails-api/active_model_serializers/pull/1131) Remove Serializer#root_name (@beauby)
67
- [#1138](https://github.com/rails-api/active_model_serializers/pull/1138) Introduce Adapter::Base (@bf4)
78
* Adapters now inherit Adapter::Base. 'Adapter' is now a module, no longer a class.

active_model_serializers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1919
spec.require_paths = ['lib']
2020

21-
spec.required_ruby_version = '>= 1.9.3'
21+
spec.required_ruby_version = '>= 2.0.0'
2222

2323
rails_versions = '>= 4.0'
2424
spec.add_runtime_dependency 'activemodel', rails_versions

0 commit comments

Comments
 (0)