Skip to content

Commit c821101

Browse files
author
Lee Richmond
committed
Pin jsonapi-serializable
1 parent 82e4dd1 commit c821101

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsonapi_compliable.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Gem::Specification.new do |spec|
1717
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
1818
spec.require_paths = ["lib"]
1919

20-
spec.add_dependency 'jsonapi-serializable', '~> 0.1.0'
20+
# Pinning this version until backwards-incompatibility is addressed
21+
spec.add_dependency 'jsonapi-serializable', '0.1.3'
2122

2223
spec.add_development_dependency "activerecord", ['>= 4.1', '< 6']
2324
spec.add_development_dependency "kaminari", '~> 0.17'

0 commit comments

Comments
 (0)