Skip to content

Commit

Permalink
Drop support to Ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maurogeorge authored and bf4 committed Dec 14, 2015
1 parent 850ac3f commit 488370f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Breaking changes:

- Drop support to Ruby 1.9.3 (@maurogeorge)
- [#1131](https://github.com/rails-api/active_model_serializers/pull/1131) Remove Serializer#root_name (@beauby)
- [#1138](https://github.com/rails-api/active_model_serializers/pull/1138) Introduce Adapter::Base (@bf4)
* Adapters now inherit Adapter::Base. 'Adapter' is now a module, no longer a class.
Expand Down
2 changes: 1 addition & 1 deletion active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 1.9.3'
spec.required_ruby_version = '>= 2.0.0'

rails_versions = '>= 4.0'
spec.add_runtime_dependency 'activemodel', rails_versions
Expand Down

0 comments on commit 488370f

Please sign in to comment.