File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
lib/active_model/serializer Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11## 0.10.x
22
3- ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.11 ...0-10-stable )
3+ ### [ master (unreleased)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.12 ...0-10-stable )
44
55Breaking changes:
66
@@ -10,6 +10,12 @@ Fixes:
1010
1111Misc:
1212
13+ ### [ v0.10.12 (2020-12-10)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.11...v0.10.12 )
14+
15+ Fixes:
16+
17+ - [ #2398 ] ( https://github.com/rails-api/active_model_serializers/pull/2398 ) Update rails dependency to < 6.2 (@ritikesh )
18+
1319### [ v0.10.11 (2020-12-04)] ( https://github.com/rails-api/active_model_serializers/compare/v0.10.10...v0.10.11 )
1420
1521Features:
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
2222 spec . required_ruby_version = '>= 2.1'
2323
24- rails_versions = [ '>= 4.1' , '< 6.1 ' ]
24+ rails_versions = [ '>= 4.1' , '< 6.2 ' ]
2525 spec . add_runtime_dependency 'activemodel' , rails_versions
2626 # 'activesupport', rails_versions
2727 # 'builder'
Original file line number Diff line number Diff line change 22
33module ActiveModel
44 class Serializer
5- VERSION = '0.10.11 ' . freeze
5+ VERSION = '0.10.12 ' . freeze
66 end
77end
You can’t perform that action at this time.
0 commit comments