Skip to content

Commit

Permalink
Update version constraint for jsonapi-renderer
Browse files Browse the repository at this point in the history
Currently (2017-02-20) the latest version is 0.1.2.

Why not use a version constraint like '~> 0.1.1'? Because
we know of no reason why 0.1.1.beta1 cannot still be used.
That said, we have done no research looking for such a reason.
  • Loading branch information
jaredbeck committed Feb 20, 2017
1 parent 00fc1fe commit 8acf161
Showing 1 changed file with 1 addition and 2 deletions.
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 8acf161

Please sign in to comment.