File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Breaking changes:
4
4
5
+ - Drop support to Ruby 1.9.3 (@maurogeorge )
5
6
- [ #1131 ] ( https://github.com/rails-api/active_model_serializers/pull/1131 ) Remove Serializer#root_name (@beauby )
6
7
- [ #1138 ] ( https://github.com/rails-api/active_model_serializers/pull/1138 ) Introduce Adapter::Base (@bf4 )
7
8
* Adapters now inherit Adapter::Base. 'Adapter' is now a module, no longer a class.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
spec . test_files = spec . files . grep ( %r{^(test|spec|features)/} )
19
19
spec . require_paths = [ 'lib' ]
20
20
21
- spec . required_ruby_version = '>= 1.9.3 '
21
+ spec . required_ruby_version = '>= 2.0.0 '
22
22
23
23
rails_versions = '>= 4.0'
24
24
spec . add_runtime_dependency 'activemodel' , rails_versions
You can’t perform that action at this time.
0 commit comments