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 22
33Breaking 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments