We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ae3fa commit b812175Copy full SHA for b812175
json-ld.gemspec
@@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
32
gem.required_ruby_version = '>= 2.6'
33
gem.requirements = []
34
gem.add_runtime_dependency 'htmlentities', '~> 4.3'
35
- gem.add_runtime_dependency 'json-canonicalization', '~> 0.3'
+ gem.add_runtime_dependency 'json-canonicalization', '~> 0.3', '>= 0.3.2'
36
gem.add_runtime_dependency 'link_header', '~> 0.0', '>= 0.0.8'
37
gem.add_runtime_dependency 'multi_json', '~> 1.15'
38
gem.add_runtime_dependency "rack", '>= 2.2', '< 4'
0 commit comments