Skip to content

Commit 58f4f98

Browse files
committed
lock jsonapi renderer to < 0.2.1
1 parent 28a172e commit 58f4f98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

active_model_serializers.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ Gem::Specification.new do |spec|
4242
spec.add_development_dependency 'minitest', ['~> 5.0', '< 5.11']
4343
# 'thread_safe'
4444

45-
spec.add_runtime_dependency 'jsonapi-renderer', ['>= 0.1.1.beta1', '< 0.3']
45+
# this is locked to < 0.2.1 untill `jsonapi-rb/jsonapi-renderer#38` gets merged and released
46+
spec.add_runtime_dependency 'jsonapi-renderer', ['>= 0.1.1.beta1', '< 0.2.1']
4647
spec.add_runtime_dependency 'case_transform', '>= 0.2'
4748

4849
spec.add_development_dependency 'activerecord', rails_versions

0 commit comments

Comments
 (0)