Skip to content

Commit

Permalink
Merge pull request #2057 from jaredbeck/jsonapi-renderer-0.1.2
Browse files Browse the repository at this point in the history
Update version constraint for jsonapi-renderer
  • Loading branch information
bf4 authored Feb 20, 2017
2 parents 00fc1fe + 1005aa6 commit 6fbf59f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Breaking changes:
Features:

- [#2021](https://github.com/rails-api/active_model_serializers/pull/2021) ActiveModelSerializers::Model#attributes. Originally in [#1982](https://github.com/rails-api/active_model_serializers/pull/1982). (@bf4)
- [#2057](https://github.com/rails-api/active_model_serializers/pull/2057)
Update version constraint for jsonapi-renderer to `['>= 0.1.1.beta1', '< 0.2']`
(@jaredbeck)

Fixes:

Expand Down
3 changes: 1 addition & 2 deletions active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ Gem::Specification.new do |spec|
# 'minitest'
# 'thread_safe'

# TODO: Latest jsonapi-renderer is 0.1.2
spec.add_runtime_dependency 'jsonapi-renderer', '0.1.1.beta1'
spec.add_runtime_dependency 'jsonapi-renderer', ['>= 0.1.1.beta1', '< 0.2']
spec.add_runtime_dependency 'case_transform', '>= 0.2'

spec.add_development_dependency 'activerecord', rails_versions
Expand Down

0 comments on commit 6fbf59f

Please sign in to comment.