Skip to content

Commit b812175

Browse files
committed
Update dependency on json-canonicalization for Rails interop.
1 parent 35ae3fa commit b812175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-ld.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
3232
gem.required_ruby_version = '>= 2.6'
3333
gem.requirements = []
3434
gem.add_runtime_dependency 'htmlentities', '~> 4.3'
35-
gem.add_runtime_dependency 'json-canonicalization', '~> 0.3'
35+
gem.add_runtime_dependency 'json-canonicalization', '~> 0.3', '>= 0.3.2'
3636
gem.add_runtime_dependency 'link_header', '~> 0.0', '>= 0.0.8'
3737
gem.add_runtime_dependency 'multi_json', '~> 1.15'
3838
gem.add_runtime_dependency "rack", '>= 2.2', '< 4'

0 commit comments

Comments
 (0)